diff --git a/Cargo.lock b/Cargo.lock index 8f48f90d..0841aca5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8802,7 +8802,7 @@ dependencies = [ [[package]] name = "quantus-node" -version = "0.4.6" +version = "0.4.7-banana-leaf" dependencies = [ "clap", "frame-benchmarking-cli", @@ -8862,7 +8862,7 @@ dependencies = [ [[package]] name = "quantus-runtime" -version = "0.4.5-ice-bath" +version = "0.4.7-banana-leaf" dependencies = [ "env_logger", "frame-benchmarking", diff --git a/node/Cargo.toml b/node/Cargo.toml index 7a7eb7fc..7ed669db 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" name = "quantus-node" publish = false repository.workspace = true -version = "0.4.6" +version = "0.4.7-banana-leaf" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 82351870..4825209b 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" name = "quantus-runtime" publish = false repository.workspace = true -version = "0.4.5-ice-bath" +version = "0.4.7-banana-leaf" [lints] workspace = true diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index f4d53a82..fc193c7e 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -79,7 +79,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: 117, + spec_version: 118, impl_version: 1, apis: apis::RUNTIME_API_VERSIONS, transaction_version: 2,