diff --git a/Cargo.lock b/Cargo.lock index 76742fe742..9f59a48039 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -410,7 +410,7 @@ dependencies = [ [[package]] name = "astar-collator" -version = "5.11.0" +version = "5.12.0" dependencies = [ "astar-runtime", "async-trait", @@ -512,7 +512,7 @@ dependencies = [ [[package]] name = "astar-runtime" -version = "5.11.0" +version = "5.12.0" dependencies = [ "array-bytes 6.1.0", "cumulus-pallet-aura-ext", @@ -5294,7 +5294,7 @@ checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" [[package]] name = "local-runtime" -version = "5.11.0" +version = "5.12.0" dependencies = [ "array-bytes 6.1.0", "fp-rpc", @@ -11925,7 +11925,7 @@ dependencies = [ [[package]] name = "shibuya-runtime" -version = "5.11.0" +version = "5.12.0" dependencies = [ "array-bytes 6.1.0", "cumulus-pallet-aura-ext", @@ -12033,7 +12033,7 @@ dependencies = [ [[package]] name = "shiden-runtime" -version = "5.11.0" +version = "5.12.0" dependencies = [ "array-bytes 6.1.0", "cumulus-pallet-aura-ext", @@ -15404,7 +15404,7 @@ dependencies = [ [[package]] name = "xcm-tools" -version = "0.5.0" +version = "0.6.0" dependencies = [ "clap", "cumulus-primitives-core", diff --git a/bin/collator/Cargo.toml b/bin/collator/Cargo.toml index 0ec5f871b9..86d16a9c64 100644 --- a/bin/collator/Cargo.toml +++ b/bin/collator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "astar-collator" -version = "5.11.0" +version = "5.12.0" description = "Astar collator implementation in Rust." build = "build.rs" default-run = "astar-collator" diff --git a/bin/xcm-tools/Cargo.toml b/bin/xcm-tools/Cargo.toml index 68ecd8667e..ac987d6dc3 100644 --- a/bin/xcm-tools/Cargo.toml +++ b/bin/xcm-tools/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xcm-tools" -version = "0.5.0" +version = "0.6.0" description = "Astar XCM tools." build = "build.rs" authors.workspace = true diff --git a/runtime/astar/Cargo.toml b/runtime/astar/Cargo.toml index 67f6959eb6..0e421f16e2 100644 --- a/runtime/astar/Cargo.toml +++ b/runtime/astar/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "astar-runtime" -version = "5.11.0" +version = "5.12.0" build = "build.rs" authors.workspace = true edition.workspace = true diff --git a/runtime/astar/src/lib.rs b/runtime/astar/src/lib.rs index 45afcdb296..9d909d3174 100644 --- a/runtime/astar/src/lib.rs +++ b/runtime/astar/src/lib.rs @@ -139,7 +139,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("astar"), impl_name: create_runtime_str!("astar"), authoring_version: 1, - spec_version: 61, + spec_version: 62, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 2, diff --git a/runtime/local/Cargo.toml b/runtime/local/Cargo.toml index f3af11fe75..a5746adad0 100644 --- a/runtime/local/Cargo.toml +++ b/runtime/local/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "local-runtime" -version = "5.11.0" +version = "5.12.0" build = "build.rs" authors.workspace = true edition.workspace = true diff --git a/runtime/shibuya/Cargo.toml b/runtime/shibuya/Cargo.toml index 3db337e0c7..67721dae9f 100644 --- a/runtime/shibuya/Cargo.toml +++ b/runtime/shibuya/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shibuya-runtime" -version = "5.11.0" +version = "5.12.0" build = "build.rs" authors.workspace = true edition.workspace = true diff --git a/runtime/shibuya/src/lib.rs b/runtime/shibuya/src/lib.rs index 1ec6dc81d6..cdfaa005da 100644 --- a/runtime/shibuya/src/lib.rs +++ b/runtime/shibuya/src/lib.rs @@ -169,7 +169,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("shibuya"), impl_name: create_runtime_str!("shibuya"), authoring_version: 1, - spec_version: 101, + spec_version: 102, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 2, diff --git a/runtime/shiden/Cargo.toml b/runtime/shiden/Cargo.toml index 0b986ae733..aecbbc416f 100644 --- a/runtime/shiden/Cargo.toml +++ b/runtime/shiden/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shiden-runtime" -version = "5.11.0" +version = "5.12.0" build = "build.rs" authors.workspace = true edition.workspace = true diff --git a/runtime/shiden/src/lib.rs b/runtime/shiden/src/lib.rs index 1e8e5b4fba..64065ab27d 100644 --- a/runtime/shiden/src/lib.rs +++ b/runtime/shiden/src/lib.rs @@ -139,7 +139,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("shiden"), impl_name: create_runtime_str!("shiden"), authoring_version: 1, - spec_version: 101, + spec_version: 102, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 2,