From f52f40b475b5122f31d04a97a6d93da623d1b28c Mon Sep 17 00:00:00 2001 From: abdulhakim2902 Date: Fri, 14 Oct 2022 10:28:48 +0700 Subject: [PATCH] chore: bump version to 2.2.3 --- Cargo.lock | 4 ++-- node/Cargo.toml | 2 +- runtime/Cargo.toml | 2 +- runtime/src/lib.rs | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a8785da0..ccdb16cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1358,7 +1358,7 @@ dependencies = [ [[package]] name = "debio" -version = "2.2.2" +version = "2.2.3" dependencies = [ "beefy-gadget", "beefy-gadget-rpc", @@ -1417,7 +1417,7 @@ dependencies = [ [[package]] name = "debio-runtime" -version = "2.2.2" +version = "2.2.3" dependencies = [ "beefy-primitives", "certifications", diff --git a/node/Cargo.toml b/node/Cargo.toml index 88fdfeec..8548f49b 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = 'debio' -version = '2.2.2' +version = '2.2.3' edition = '2021' license = 'AGPL-3.0' authors = ['DeBio Dev Team '] diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index eedde09a..1d9dc900 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = 'debio-runtime' -version = '2.2.2' +version = '2.2.3' edition = '2021' license = 'AGPL-3.0' authors = ['DeBio Dev Team '] diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index e29b4ec5..cf0ecdb0 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -202,7 +202,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { // `spec_version`, and `authoring_version` are the same between Wasm and native. // This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use // the compatible custom types. - spec_version: 2022, + spec_version: 2023, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 1,