Skip to content

Commit 1603172

Browse files
JoeCap08055github-actions[bot]
authored andcommitted
Update versions for release v2.0.0
1 parent 42239c8 commit 1603172

File tree

36 files changed

+67
-67
lines changed

36 files changed

+67
-67
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 = "2.0.0+polkadotstable2506-2"
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 = "2.0.0+polkadotstable2506-2"
1111

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

emulated-test/chains/frequency-westend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ homepage = "https://frequency.xyz"
55
license = "Apache-2.0"
66
name = 'frequency-emulated-chain'
77
publish = false
8-
version = "0.0.0"
8+
version = "2.0.0+polkadotstable2506-2"
99

1010
[dependencies]
1111
xcm-emulator = { workspace = true }

emulated-test/networks/westend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ homepage = "https://frequency.xyz"
55
license = "Apache-2.0"
66
name = 'westend-system-emulated-network'
77
publish = false
8-
version = "0.0.0"
8+
version = "2.0.0+polkadotstable2506-2"
99

1010
[dependencies]
1111
asset-hub-westend-emulated-chain = { workspace = true }

emulated-test/test/frequency-westend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ homepage = "https://frequency.xyz"
55
license = "Apache-2.0"
66
name = "frequency-westend-integration-tests"
77
publish = false
8-
version = "0.0.0"
8+
version = "2.0.0+polkadotstable2506-2"
99

1010
[dependencies]
1111
parity-scale-codec = { workspace = true }

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 = "2.0.0+polkadotstable2506-2"
1111
default-run = "frequency"
1212

1313
[[bin]]

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 = "2.0.0+polkadotstable2506-2"
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 = "2.0.0+polkadotstable2506-2"
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 = "2.0.0+polkadotstable2506-2"
1010

1111
[dependencies]
1212
parity-scale-codec = { workspace = true }

0 commit comments

Comments
 (0)