Skip to content

Commit

Permalink
Update versions for release v1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wilwade authored and github-actions[bot] committed Sep 17, 2024
1 parent 29b92df commit 107a037
Show file tree
Hide file tree
Showing 32 changed files with 62 additions and 62 deletions.
62 changes: 31 additions & 31 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.13.1+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.13.1+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.13.1+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.13.1+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.13.1+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.13.1+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.13.1+polkadot1.13.0"


[package.metadata.docs.rs]
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.13.1+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.13.1+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.13.1+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.13.1+polkadot1.13.0"
publish = false
repository = "https://github.com/frequency-chain/frequency/"

Expand Down
2 changes: 1 addition & 1 deletion pallets/handles/src/handles-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build = "build.rs"
homepage = "https://frequency.xyz"
license = "Apache-2.0"
name = "handles-utils"
version = "0.0.0"
version = "1.13.1+polkadot1.13.0"
publish = false
repository = "https://github.com/frequency-chain/frequency/"

Expand Down
2 changes: 1 addition & 1 deletion pallets/handles/src/rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-handles-rpc"
version = "0.0.0"
version = "1.13.1+polkadot1.13.0"
description = "A package that adds RPC to Handles pallet"
authors = ["Frequency"]
license = "Apache-2.0"
Expand Down
Loading

0 comments on commit 107a037

Please sign in to comment.