From 2008169e5032e944f93d45f04ccaa81c98babf8b Mon Sep 17 00:00:00 2001 From: RXRD <118821868+RiXelanya@users.noreply.github.com> Date: Tue, 10 Oct 2023 20:44:25 +0700 Subject: [PATCH] chore: bump version to 2.4.1 (#471) chore: bump version --- 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 74c4e833..d8ad832f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1483,7 +1483,7 @@ dependencies = [ [[package]] name = "debio" -version = "2.4.0" +version = "2.4.1" dependencies = [ "beefy-gadget", "beefy-gadget-rpc", @@ -1545,7 +1545,7 @@ dependencies = [ [[package]] name = "debio-runtime" -version = "2.4.0" +version = "2.4.1" dependencies = [ "beefy-merkle-tree", "beefy-primitives", diff --git a/node/Cargo.toml b/node/Cargo.toml index e1c56693..96275051 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = 'debio' -version = '2.4.0' +version = '2.4.1' edition = '2021' license = 'AGPL-3.0' authors = ['DeBio Dev Team '] diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index b7715d37..af8501a9 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = 'debio-runtime' -version = '2.4.0' +version = '2.4.1' edition = '2021' license = 'AGPL-3.0' authors = ['DeBio Dev Team '] diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index 6eeb66f3..99dcade7 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -219,7 +219,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: 2040, + spec_version: 2041, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 2,