diff --git a/Cargo.lock b/Cargo.lock index 70c05662..8c8fa95a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4325,7 +4325,7 @@ dependencies = [ [[package]] name = "khala-node" -version = "0.1.25-2" +version = "0.1.25-3" dependencies = [ "async-trait", "clap", @@ -4407,7 +4407,7 @@ dependencies = [ [[package]] name = "khala-parachain-runtime" -version = "0.1.25-2" +version = "0.1.25-3" dependencies = [ "assets-registry", "cumulus-pallet-aura-ext", @@ -7619,7 +7619,7 @@ dependencies = [ [[package]] name = "phala-parachain-runtime" -version = "0.1.25-2" +version = "0.1.25-3" dependencies = [ "assets-registry", "cumulus-pallet-aura-ext", @@ -9652,7 +9652,7 @@ dependencies = [ [[package]] name = "rhala-parachain-runtime" -version = "0.1.25-2" +version = "0.1.25-3" dependencies = [ "assets-registry", "cumulus-pallet-aura-ext", @@ -13059,7 +13059,7 @@ checksum = "95059e91184749cb66be6dc994f67f182b6d897cb3df74a5bf66b5e709295fd8" [[package]] name = "thala-parachain-runtime" -version = "0.1.25-2" +version = "0.1.25-3" dependencies = [ "assets-registry", "cumulus-pallet-aura-ext", diff --git a/node/Cargo.toml b/node/Cargo.toml index 1aec8e64..b9907251 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "khala-node" -version = "0.1.25-2" +version = "0.1.25-3" 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 69a25806..a10d76b2 100644 --- a/runtime/khala/Cargo.toml +++ b/runtime/khala/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "khala-parachain-runtime" -version = "0.1.25-2" +version = "0.1.25-3" authors = ["Phala Network"] edition = "2021" diff --git a/runtime/khala/src/lib.rs b/runtime/khala/src/lib.rs index 4e899fae..25867111 100644 --- a/runtime/khala/src/lib.rs +++ b/runtime/khala/src/lib.rs @@ -165,7 +165,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("khala"), impl_name: create_runtime_str!("khala"), authoring_version: 1, - spec_version: 1252, + spec_version: 1253, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 6, diff --git a/runtime/phala/Cargo.toml b/runtime/phala/Cargo.toml index bd85a399..41583990 100644 --- a/runtime/phala/Cargo.toml +++ b/runtime/phala/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phala-parachain-runtime" -version = "0.1.25-2" +version = "0.1.25-3" authors = ["Phala Network"] edition = "2021" diff --git a/runtime/phala/src/lib.rs b/runtime/phala/src/lib.rs index 0385fbf8..52ef1db3 100644 --- a/runtime/phala/src/lib.rs +++ b/runtime/phala/src/lib.rs @@ -165,7 +165,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("phala"), impl_name: create_runtime_str!("phala"), authoring_version: 1, - spec_version: 1252, + spec_version: 1253, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 5, diff --git a/runtime/rhala/Cargo.toml b/runtime/rhala/Cargo.toml index e3b59679..77be080c 100644 --- a/runtime/rhala/Cargo.toml +++ b/runtime/rhala/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rhala-parachain-runtime" -version = "0.1.25-2" +version = "0.1.25-3" authors = ["Phala Network"] edition = "2021" diff --git a/runtime/rhala/src/lib.rs b/runtime/rhala/src/lib.rs index 289c7377..ee637e56 100644 --- a/runtime/rhala/src/lib.rs +++ b/runtime/rhala/src/lib.rs @@ -168,7 +168,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("rhala"), impl_name: create_runtime_str!("rhala"), authoring_version: 1, - spec_version: 1252, + spec_version: 1253, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 6, diff --git a/runtime/thala/Cargo.toml b/runtime/thala/Cargo.toml index a8a43465..c4b5e433 100644 --- a/runtime/thala/Cargo.toml +++ b/runtime/thala/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "thala-parachain-runtime" -version = "0.1.25-2" +version = "0.1.25-3" authors = ["Phala Network"] edition = "2021" diff --git a/runtime/thala/src/lib.rs b/runtime/thala/src/lib.rs index 6fd93eaa..6e2b3fb0 100644 --- a/runtime/thala/src/lib.rs +++ b/runtime/thala/src/lib.rs @@ -168,7 +168,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("thala"), impl_name: create_runtime_str!("thala"), authoring_version: 1, - spec_version: 1252, + spec_version: 1253, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 6,