Skip to content

Commit

Permalink
Update versions for release v1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wilwade authored and github-actions[bot] committed Nov 2, 2024
1 parent c7e8c2f commit 03ab60c
Show file tree
Hide file tree
Showing 33 changed files with 64 additions and 64 deletions.
64 changes: 32 additions & 32 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/helpers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "Apache-2.0"
name = "common-helpers"
publish = false
repository = "https://github.com/frequency-chain/frequency/"
version = "0.0.0"
version = "1.15.0+polkadot1.13.0"

[package.metadata.docs.rs]
targets = ['x86_64-unknown-linux-gnu']
Expand Down
2 changes: 1 addition & 1 deletion common/primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "Apache-2.0"
name = "common-primitives"
publish = false
repository = "https://github.com/frequency-chain/frequency/"
version = "0.0.0"
version = "1.15.0+polkadot1.13.0"

[package.metadata.docs.rs]
targets = ['x86_64-unknown-linux-gnu']
Expand Down
2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ homepage = "https://frequency.xyz"
license = "Apache-2.0"
name = "frequency"
repository = "https://github.com/frequency-chain/frequency/"
version = "0.0.0"
version = "1.15.0+polkadot1.13.0"

[[bin]]
name = "frequency"
Expand Down
2 changes: 1 addition & 1 deletion node/cli-opt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ homepage = "https://frequency.xyz/"
license = "Apache-2.0"
name = "cli-opt"
repository = "https://github.com/frequency-chain/frequency/"
version = "0.0.0"
version = "1.15.0+polkadot1.13.0"

[dependencies]
clap = { workspace = true, features = ["derive"] }
2 changes: 1 addition & 1 deletion node/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ homepage = "https://frequency.xyz/"
license = "Apache-2.0"
name = "frequency-cli"
repository = "https://github.com/frequency-chain/frequency/"
version = "0.0.0"
version = "1.15.0+polkadot1.13.0"

[dependencies]
clap = { workspace = true, features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion node/service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ homepage = "https://frequency.xyz"
license = "Apache-2.0"
name = "frequency-service"
repository = "https://github.com/frequency-chain/frequency/"
version = "0.0.0"
version = "1.15.0+polkadot1.13.0"

[dependencies]
clap = { workspace = true, features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion pallets/capacity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "Apache-2.0"
name = "pallet-capacity"
publish = false
repository = "https://github.com/frequency-chain/frequency/"
version = "0.0.0"
version = "1.15.0+polkadot1.13.0"


[package.metadata.docs.rs]
Expand Down
2 changes: 1 addition & 1 deletion pallets/capacity/src/runtime-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-capacity-runtime-api"
version = "0.0.0"
version = "1.15.0+polkadot1.13.0"
description = "A package that adds Runtime Api for the Capacity pallet"
authors = ["Frequency"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion pallets/frequency-tx-payment/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "Apache-2.0"
name = "pallet-frequency-tx-payment"
publish = false
repository = "https://github.com/frequency-chain/frequency/"
version = "0.0.0"
version = "1.15.0+polkadot1.13.0"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
Expand Down
2 changes: 1 addition & 1 deletion pallets/frequency-tx-payment/src/rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-frequency-tx-payment-rpc"
version = "0.0.0"
version = "1.15.0+polkadot1.13.0"
description = "A package that adds RPC to payment pallet"
authors = ["Frequency"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion pallets/frequency-tx-payment/src/runtime-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-frequency-tx-payment-runtime-api"
version = "0.0.0"
version = "1.15.0+polkadot1.13.0"
description = "A package that adds Runtime Api for payment pallet"
authors = ["Frequency"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion pallets/handles/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
homepage = "https://frequency.xyz"
license = "Apache-2.0"
name = "pallet-handles"
version = "0.0.0"
version = "1.15.0+polkadot1.13.0"
publish = false
repository = "https://github.com/frequency-chain/frequency/"

Expand Down
Loading

0 comments on commit 03ab60c

Please sign in to comment.