Skip to content

Commit 56bac07

Browse files
committed
Update versions for release v1.6.1
1 parent 2d23112 commit 56bac07

File tree

28 files changed

+54
-54
lines changed

28 files changed

+54
-54
lines changed

Cargo.lock

Lines changed: 27 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/helpers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "Apache-2.0"
77
name = "common-helpers"
88
publish = false
99
repository = "https://github.com/LibertyDSNP/frequency/"
10-
version = "0.0.0"
10+
version = "1.6.1+polkadot0.9.36"
1111

1212
[package.metadata.docs.rs]
1313
targets = ['x86_64-unknown-linux-gnu']

common/primitives/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "Apache-2.0"
77
name = "common-primitives"
88
publish = false
99
repository = "https://github.com/LibertyDSNP/frequency/"
10-
version = "0.0.0"
10+
version = "1.6.1+polkadot0.9.36"
1111

1212
[package.metadata.docs.rs]
1313
targets = ['x86_64-unknown-linux-gnu']

node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ homepage = "https://frequency.xyz"
77
license = "Apache-2.0"
88
name = "frequency"
99
repository = "https://github.com/LibertyDSNP/frequency/"
10-
version = "0.0.0"
10+
version = "1.6.1+polkadot0.9.36"
1111

1212
[[bin]]
1313
name = "frequency"

node/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ homepage = "https://frequency.xyz/"
66
license = "Apache-2.0"
77
name = "frequency-cli"
88
repository = "https://github.com/LibertyDSNP/frequency/"
9-
version = "0.0.0"
9+
version = "1.6.1+polkadot0.9.36"
1010

1111
[dependencies]
1212
clap = { version = "4.0.17", features = ["derive"] }

node/service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ homepage = "https://frequency.xyz"
66
license = "Apache-2.0"
77
name = "frequency-service"
88
repository = "https://github.com/LibertyDSNP/frequency/"
9-
version = "0.0.0"
9+
version = "1.6.1+polkadot0.9.36"
1010

1111
[dependencies]
1212
clap = { version = "4.0.29", features = ["derive"] }

pallets/capacity/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "Apache-2.0"
77
name = "pallet-capacity"
88
publish = false
99
repository = "https://github.com/libertyDSNP/frequency/"
10-
version = "0.0.0"
10+
version = "1.6.1+polkadot0.9.36"
1111

1212
[package.metadata.docs.rs]
1313
targets = ["x86_64-unknown-linux-gnu"]

pallets/frequency-tx-payment/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "Apache-2.0"
77
name = "pallet-frequency-tx-payment"
88
publish = false
99
repository = "https://github.com/libertyDSNP/frequency/"
10-
version = "0.0.0"
10+
version = "1.6.1+polkadot0.9.36"
1111

1212
[package.metadata.docs.rs]
1313
targets = ["x86_64-unknown-linux-gnu"]

pallets/handles/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
homepage = "https://frequency.xyz"
66
license = "Apache-2.0"
77
name = "pallet-handles"
8-
version = "0.0.0"
8+
version = "1.6.1+polkadot0.9.36"
99
publish = false
1010
repository = "https://github.com/libertyDSNP/frequency/"
1111

pallets/handles/src/handles-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build = "build.rs"
66
homepage = "https://frequency.xyz"
77
license = "Apache-2.0"
88
name = "handles-utils"
9-
version = "0.0.0"
9+
version = "1.6.1+polkadot0.9.36"
1010
publish = false
1111
repository = "https://github.com/libertyDSNP/frequency/"
1212

pallets/handles/src/rpc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pallet-handles-rpc"
3-
version = "0.0.0"
3+
version = "1.6.1+polkadot0.9.36"
44
description = "A package that adds RPC to Handles pallet"
55
authors = ["Frequency"]
66
license = "Apache-2.0"

pallets/handles/src/runtime-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pallet-handles-runtime-api"
3-
version = "0.0.0"
3+
version = "1.6.1+polkadot0.9.36"
44
description = "A package that adds Runtime Api for the Handles pallet"
55
authors = ["Frequency"]
66
license = "Apache-2.0"

pallets/messages/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "Apache-2.0"
77
name = "pallet-messages"
88
publish = false
99
repository = "https://github.com/LibertyDSNP/frequency/"
10-
version = "0.0.0"
10+
version = "1.6.1+polkadot0.9.36"
1111

1212
[package.metadata.docs.rs]
1313
targets = ["x86_64-unknown-linux-gnu"]

pallets/messages/src/rpc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pallet-messages-rpc"
3-
version = "0.0.0"
3+
version = "1.6.1+polkadot0.9.36"
44
description = "A package that adds RPC to Messages pallet"
55
authors = ["Frequency"]
66
license = "Apache-2.0"

pallets/messages/src/runtime-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pallet-messages-runtime-api"
3-
version = "0.0.0"
3+
version = "1.6.1+polkadot0.9.36"
44
description = "A package that adds Runtime Api for Messages pallet"
55
authors = ["Frequency"]
66
license = "Apache-2.0"

pallets/msa/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "Apache-2.0"
77
name = "pallet-msa"
88
publish = false
99
repository = "https://github.com/libertyDSNP/frequency/"
10-
version = "0.0.0"
10+
version = "1.6.1+polkadot0.9.36"
1111

1212
[package.metadata.docs.rs]
1313
targets = ["x86_64-unknown-linux-gnu"]

pallets/msa/src/rpc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pallet-msa-rpc"
3-
version = "0.0.0"
3+
version = "1.6.1+polkadot0.9.36"
44
description = "A package that adds RPC to Msa pallet"
55
authors = ["Frequency"]
66
license = "Apache-2.0"

pallets/msa/src/runtime-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pallet-msa-runtime-api"
3-
version = "0.0.0"
3+
version = "1.6.1+polkadot0.9.36"
44
description = "A package that adds Runtime Api for Msa pallet"
55
authors = ["Frequency"]
66
license = "Apache-2.0"

pallets/schemas/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "Apache-2.0"
77
name = "pallet-schemas"
88
publish = false
99
repository = "https://github.com/libertyDSNP/frequency/"
10-
version = "0.0.0"
10+
version = "1.6.1+polkadot0.9.36"
1111

1212
[package.metadata.docs.rs]
1313
targets = ["x86_64-unknown-linux-gnu"]

0 commit comments

Comments
 (0)