From 6ac1dbb7cc630335d0c32f6cbf12ae113b8db7d0 Mon Sep 17 00:00:00 2001 From: Hildegard Lydia <37687466+hilyds@users.noreply.github.com> Date: Tue, 3 Jan 2023 17:02:26 +0700 Subject: [PATCH] chore: bump version 2.3.2 (#387) * chore: bump version to 2.1.5 * chore: bump version to 2.2.0 * upgrade version to 2.3.2 --- 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 efc4b925..bd712d85 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1358,7 +1358,7 @@ dependencies = [ [[package]] name = "debio" -version = "2.3.1" +version = "2.3.2" dependencies = [ "beefy-gadget", "beefy-gadget-rpc", @@ -1417,7 +1417,7 @@ dependencies = [ [[package]] name = "debio-runtime" -version = "2.3.1" +version = "2.3.2" dependencies = [ "beefy-primitives", "certifications", diff --git a/node/Cargo.toml b/node/Cargo.toml index 2255fbb3..20a266d2 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = 'debio' -version = '2.3.1' +version = '2.3.2' edition = '2021' license = 'AGPL-3.0' authors = ['DeBio Dev Team '] diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index cc11438d..ffac7b66 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = 'debio-runtime' -version = '2.3.1' +version = '2.3.2' edition = '2021' license = 'AGPL-3.0' authors = ['DeBio Dev Team '] diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index 4c5a0366..5aeb98fe 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -206,7 +206,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: 2032, + spec_version: 2033, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 1,