Skip to content

Commit

Permalink
Update versions for release v1.9.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
Frequency CI [bot] committed Nov 1, 2023
1 parent 04e0d8d commit 7abf5e3
Show file tree
Hide file tree
Showing 31 changed files with 60 additions and 60 deletions.
60 changes: 30 additions & 30 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/LibertyDSNP/frequency/"
version = "0.0.0"
version = "1.9.0-rc2+polkadot1.1.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/LibertyDSNP/frequency/"
version = "0.0.0"
version = "1.9.0-rc2+polkadot1.1.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/LibertyDSNP/frequency/"
version = "0.0.0"
version = "1.9.0-rc2+polkadot1.1.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/LibertyDSNP/frequency/"
version = "0.0.0"
version = "1.9.0-rc2+polkadot1.1.0"

[dependencies]
clap = { version = "4.2.5", 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/LibertyDSNP/frequency/"
version = "0.0.0"
version = "1.9.0-rc2+polkadot1.1.0"

[dependencies]
clap = { version = "4.2.5", 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/LibertyDSNP/frequency/"
version = "0.0.0"
version = "1.9.0-rc2+polkadot1.1.0"

[dependencies]
clap = { version = "4.2.5", 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/libertyDSNP/frequency/"
version = "0.0.0"
version = "1.9.0-rc2+polkadot1.1.0"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
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/libertyDSNP/frequency/"
version = "0.0.0"
version = "1.9.0-rc2+polkadot1.1.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.9.0-rc2+polkadot1.1.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.9.0-rc2+polkadot1.1.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.9.0-rc2+polkadot1.1.0"
publish = false
repository = "https://github.com/libertyDSNP/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.9.0-rc2+polkadot1.1.0"
publish = false
repository = "https://github.com/libertyDSNP/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.9.0-rc2+polkadot1.1.0"
description = "A package that adds RPC to Handles pallet"
authors = ["Frequency"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion pallets/handles/src/runtime-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-handles-runtime-api"
version = "0.0.0"
version = "1.9.0-rc2+polkadot1.1.0"
description = "A package that adds Runtime Api for the Handles pallet"
authors = ["Frequency"]
license = "Apache-2.0"
Expand Down
Loading

0 comments on commit 7abf5e3

Please sign in to comment.