diff --git a/Cargo.lock b/Cargo.lock index 89351fa9..b8565ee9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9182,7 +9182,7 @@ dependencies = [ [[package]] name = "quantus-node" -version = "0.4.4" +version = "0.4.5-ice-bath" dependencies = [ "clap", "frame-benchmarking-cli", @@ -9242,7 +9242,7 @@ dependencies = [ [[package]] name = "quantus-runtime" -version = "0.4.3-teletubbies-hill" +version = "0.4.5-ice-bath" dependencies = [ "env_logger 0.11.8", "frame-benchmarking", diff --git a/node/Cargo.toml b/node/Cargo.toml index c76647eb..03a36e7d 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.4" +version = "0.4.5-ice-bath" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 0ac0f17e..82351870 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.3-teletubbies-hill" +version = "0.4.5-ice-bath" [lints] workspace = true diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index ee495a35..f4d53a82 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: 116, + spec_version: 117, impl_version: 1, apis: apis::RUNTIME_API_VERSIONS, transaction_version: 2,