diff --git a/Cargo.lock b/Cargo.lock index 02e1e429..1dc93724 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4879,7 +4879,7 @@ dependencies = [ [[package]] name = "khala-node" -version = "0.1.26-dev" +version = "0.1.26" dependencies = [ "async-trait", "clap", @@ -4964,7 +4964,7 @@ dependencies = [ [[package]] name = "khala-parachain-runtime" -version = "0.1.26-dev" +version = "0.1.26" dependencies = [ "assets-registry", "cumulus-pallet-aura-ext", @@ -8157,7 +8157,7 @@ dependencies = [ [[package]] name = "phala-parachain-runtime" -version = "0.1.26-dev" +version = "0.1.26" dependencies = [ "assets-registry", "cumulus-pallet-aura-ext", @@ -10131,7 +10131,7 @@ dependencies = [ [[package]] name = "rhala-parachain-runtime" -version = "0.1.26-dev" +version = "0.1.26" dependencies = [ "assets-registry", "cumulus-pallet-aura-ext", @@ -13929,7 +13929,7 @@ checksum = "95059e91184749cb66be6dc994f67f182b6d897cb3df74a5bf66b5e709295fd8" [[package]] name = "thala-parachain-runtime" -version = "0.1.26-dev" +version = "0.1.26" dependencies = [ "assets-registry", "cumulus-pallet-aura-ext", diff --git a/node/Cargo.toml b/node/Cargo.toml index eb56a8de..df38aa6b 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "khala-node" -version = "0.1.26-dev" +version = "0.1.26" license = "Apache-2.0" homepage = "https://phala.network/" repository = "https://github.com/Phala-Network/khala-parachain" diff --git a/runtime/khala/Cargo.toml b/runtime/khala/Cargo.toml index de1204c0..4488418f 100644 --- a/runtime/khala/Cargo.toml +++ b/runtime/khala/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "khala-parachain-runtime" -version = "0.1.26-dev" +version = "0.1.26" authors = ["Phala Network"] edition = "2021" diff --git a/runtime/khala/src/lib.rs b/runtime/khala/src/lib.rs index cd012fa6..1a67c7c8 100644 --- a/runtime/khala/src/lib.rs +++ b/runtime/khala/src/lib.rs @@ -166,7 +166,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("khala"), impl_name: create_runtime_str!("khala"), authoring_version: 1, - spec_version: 1256, + spec_version: 1260, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 6, diff --git a/runtime/phala/Cargo.toml b/runtime/phala/Cargo.toml index 3bbc0f8e..ba23002d 100644 --- a/runtime/phala/Cargo.toml +++ b/runtime/phala/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phala-parachain-runtime" -version = "0.1.26-dev" +version = "0.1.26" authors = ["Phala Network"] edition = "2021" diff --git a/runtime/phala/src/lib.rs b/runtime/phala/src/lib.rs index ecfd2ce5..787a7968 100644 --- a/runtime/phala/src/lib.rs +++ b/runtime/phala/src/lib.rs @@ -166,7 +166,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("phala"), impl_name: create_runtime_str!("phala"), authoring_version: 1, - spec_version: 1256, + spec_version: 1260, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 5, diff --git a/runtime/rhala/Cargo.toml b/runtime/rhala/Cargo.toml index 662eee16..5adad1a6 100644 --- a/runtime/rhala/Cargo.toml +++ b/runtime/rhala/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rhala-parachain-runtime" -version = "0.1.26-dev" +version = "0.1.26" authors = ["Phala Network"] edition = "2021" diff --git a/runtime/rhala/src/lib.rs b/runtime/rhala/src/lib.rs index 23a610a7..49ba5296 100644 --- a/runtime/rhala/src/lib.rs +++ b/runtime/rhala/src/lib.rs @@ -169,7 +169,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("rhala"), impl_name: create_runtime_str!("rhala"), authoring_version: 1, - spec_version: 1256, + spec_version: 1260, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 6, diff --git a/runtime/thala/Cargo.toml b/runtime/thala/Cargo.toml index 1e4c6f50..b0504b7b 100644 --- a/runtime/thala/Cargo.toml +++ b/runtime/thala/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "thala-parachain-runtime" -version = "0.1.26-dev" +version = "0.1.26" authors = ["Phala Network"] edition = "2021" diff --git a/runtime/thala/src/lib.rs b/runtime/thala/src/lib.rs index 32049052..53d8a65e 100644 --- a/runtime/thala/src/lib.rs +++ b/runtime/thala/src/lib.rs @@ -169,7 +169,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("thala"), impl_name: create_runtime_str!("thala"), authoring_version: 1, - spec_version: 1257, + spec_version: 1260, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 6,