Skip to content

Commit 2b09e33

Browse files
wilwadegithub-actions[bot]
authored andcommitted
Update versions for release v1.17.0-rc4
1 parent c22c8a5 commit 2b09e33

File tree

33 files changed

+64
-64
lines changed

33 files changed

+64
-64
lines changed

Cargo.lock

Lines changed: 32 additions & 32 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/frequency-chain/frequency/"
10-
version = "0.0.0"
10+
version = "1.17.0-rc4+polkadotstable2503"
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/frequency-chain/frequency/"
10-
version = "0.0.0"
10+
version = "1.17.0-rc4+polkadotstable2503"
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/frequency-chain/frequency/"
10-
version = "0.0.0"
10+
version = "1.17.0-rc4+polkadotstable2503"
1111

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

node/cli-opt/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 = "cli-opt"
88
repository = "https://github.com/frequency-chain/frequency/"
9-
version = "0.0.0"
9+
version = "1.17.0-rc4+polkadotstable2503"
1010

1111
[dependencies]
1212
clap = { workspace = true, features = ["derive"] }

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/frequency-chain/frequency/"
9-
version = "0.0.0"
9+
version = "1.17.0-rc4+polkadotstable2503"
1010

1111
[dependencies]
1212
clap = { workspace = true, 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/frequency-chain/frequency/"
9-
version = "0.0.0"
9+
version = "1.17.0-rc4+polkadotstable2503"
1010

1111
[dependencies]
1212
clap = { workspace = true, 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/frequency-chain/frequency/"
10-
version = "0.0.0"
10+
version = "1.17.0-rc4+polkadotstable2503"
1111

1212

1313
[package.metadata.docs.rs]

pallets/capacity/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-capacity-runtime-api"
3-
version = "0.0.0"
3+
version = "1.17.0-rc4+polkadotstable2503"
44
description = "A package that adds Runtime Api for the Capacity pallet"
55
authors = ["Frequency"]
66
license = "Apache-2.0"

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/frequency-chain/frequency/"
10-
version = "0.0.0"
10+
version = "1.17.0-rc4+polkadotstable2503"
1111

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

pallets/frequency-tx-payment/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-frequency-tx-payment-rpc"
3-
version = "0.0.0"
3+
version = "1.17.0-rc4+polkadotstable2503"
44
description = "A package that adds RPC to payment pallet"
55
authors = ["Frequency"]
66
license = "Apache-2.0"

pallets/frequency-tx-payment/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-frequency-tx-payment-runtime-api"
3-
version = "0.0.0"
3+
version = "1.17.0-rc4+polkadotstable2503"
44
description = "A package that adds Runtime Api for payment pallet"
55
authors = ["Frequency"]
66
license = "Apache-2.0"

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.17.0-rc4+polkadotstable2503"
99
publish = false
1010
repository = "https://github.com/frequency-chain/frequency/"
1111

0 commit comments

Comments
 (0)