From 30154c2c1602dc7989862da75884ad46e2122c3a Mon Sep 17 00:00:00 2001 From: Jianwei Zhu Date: Sat, 28 Oct 2023 00:29:38 +0000 Subject: [PATCH] Bump version to v0.1.25-4, runtimes version 1254 --- Cargo.lock | 10 +++++----- node/Cargo.toml | 2 +- runtime/khala/Cargo.toml | 2 +- runtime/khala/src/lib.rs | 2 +- runtime/phala/Cargo.toml | 2 +- runtime/phala/src/lib.rs | 2 +- runtime/rhala/Cargo.toml | 2 +- runtime/rhala/src/lib.rs | 2 +- runtime/thala/Cargo.toml | 2 +- runtime/thala/src/lib.rs | 2 +- 10 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8c8fa95a..e172d96c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4325,7 +4325,7 @@ dependencies = [ [[package]] name = "khala-node" -version = "0.1.25-3" +version = "0.1.25-4" dependencies = [ "async-trait", "clap", @@ -4407,7 +4407,7 @@ dependencies = [ [[package]] name = "khala-parachain-runtime" -version = "0.1.25-3" +version = "0.1.25-4" dependencies = [ "assets-registry", "cumulus-pallet-aura-ext", @@ -7619,7 +7619,7 @@ dependencies = [ [[package]] name = "phala-parachain-runtime" -version = "0.1.25-3" +version = "0.1.25-4" dependencies = [ "assets-registry", "cumulus-pallet-aura-ext", @@ -9652,7 +9652,7 @@ dependencies = [ [[package]] name = "rhala-parachain-runtime" -version = "0.1.25-3" +version = "0.1.25-4" dependencies = [ "assets-registry", "cumulus-pallet-aura-ext", @@ -13059,7 +13059,7 @@ checksum = "95059e91184749cb66be6dc994f67f182b6d897cb3df74a5bf66b5e709295fd8" [[package]] name = "thala-parachain-runtime" -version = "0.1.25-3" +version = "0.1.25-4" dependencies = [ "assets-registry", "cumulus-pallet-aura-ext", diff --git a/node/Cargo.toml b/node/Cargo.toml index b9907251..10a1b846 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "khala-node" -version = "0.1.25-3" +version = "0.1.25-4" 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 a10d76b2..9c8020ff 100644 --- a/runtime/khala/Cargo.toml +++ b/runtime/khala/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "khala-parachain-runtime" -version = "0.1.25-3" +version = "0.1.25-4" authors = ["Phala Network"] edition = "2021" diff --git a/runtime/khala/src/lib.rs b/runtime/khala/src/lib.rs index 03998f54..87fc3c5d 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: 1253, + spec_version: 1254, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 6, diff --git a/runtime/phala/Cargo.toml b/runtime/phala/Cargo.toml index 41583990..378f3b16 100644 --- a/runtime/phala/Cargo.toml +++ b/runtime/phala/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phala-parachain-runtime" -version = "0.1.25-3" +version = "0.1.25-4" authors = ["Phala Network"] edition = "2021" diff --git a/runtime/phala/src/lib.rs b/runtime/phala/src/lib.rs index 52ef1db3..7d520c8a 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: 1253, + spec_version: 1254, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 5, diff --git a/runtime/rhala/Cargo.toml b/runtime/rhala/Cargo.toml index 77be080c..24f4861a 100644 --- a/runtime/rhala/Cargo.toml +++ b/runtime/rhala/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rhala-parachain-runtime" -version = "0.1.25-3" +version = "0.1.25-4" authors = ["Phala Network"] edition = "2021" diff --git a/runtime/rhala/src/lib.rs b/runtime/rhala/src/lib.rs index ee637e56..c7230185 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: 1253, + spec_version: 1254, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 6, diff --git a/runtime/thala/Cargo.toml b/runtime/thala/Cargo.toml index c4b5e433..b736ccf7 100644 --- a/runtime/thala/Cargo.toml +++ b/runtime/thala/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "thala-parachain-runtime" -version = "0.1.25-3" +version = "0.1.25-4" authors = ["Phala Network"] edition = "2021" diff --git a/runtime/thala/src/lib.rs b/runtime/thala/src/lib.rs index 6e2b3fb0..dfae7fa8 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: 1253, + spec_version: 1254, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 6,