From 1aa6e586254b186d382dd7381389f0aef2e78b7d Mon Sep 17 00:00:00 2001 From: Hildegard Lydia <37687466+hilyds@users.noreply.github.com> Date: Wed, 14 Sep 2022 11:35:41 +0700 Subject: [PATCH] chore: bump version to 2.1.5 (#353) --- 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 0afc8ef0..9c945602 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1347,7 +1347,7 @@ dependencies = [ [[package]] name = "debio" -version = "2.1.4" +version = "2.1.5" dependencies = [ "beefy-gadget", "beefy-gadget-rpc", @@ -1406,7 +1406,7 @@ dependencies = [ [[package]] name = "debio-runtime" -version = "2.1.4" +version = "2.1.5" dependencies = [ "beefy-primitives", "certifications", diff --git a/node/Cargo.toml b/node/Cargo.toml index 2b2d93c7..39c57aa6 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = 'debio' -version = '2.1.4' +version = '2.1.5' edition = '2021' license = 'AGPL-3.0' authors = ['DeBio Dev Team '] diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index a6cb27f1..ae781475 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = 'debio-runtime' -version = '2.1.4' +version = '2.1.5' edition = '2021' license = 'AGPL-3.0' authors = ['DeBio Dev Team '] diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index 5f45c17b..8515b4a7 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -204,7 +204,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: 2014, + spec_version: 2015, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 1,