diff --git a/Cargo.lock b/Cargo.lock index d1573d7c..4aaa86b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4695,7 +4695,7 @@ checksum = "c33070833c9ee02266356de0c43f723152bd38bd96ddf52c82b3af10c9138b28" [[package]] name = "kreivo-runtime" -version = "0.11.0" +version = "0.12.0" dependencies = [ "assets-common", "cumulus-pallet-aura-ext", @@ -13874,7 +13874,7 @@ dependencies = [ [[package]] name = "virto-node" -version = "0.11.0" +version = "0.12.0" dependencies = [ "assert_cmd", "async-trait", diff --git a/node/Cargo.toml b/node/Cargo.toml index 215edbe9..7194d484 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "virto-node" -version = "0.11.0" +version = "0.12.0" authors = ['Virto Team '] license = "GPL-3.0-only" homepage = 'https://github.com/virto-network/virto-node' diff --git a/runtime/kreivo/Cargo.toml b/runtime/kreivo/Cargo.toml index 94cb2d4c..d9f79f70 100644 --- a/runtime/kreivo/Cargo.toml +++ b/runtime/kreivo/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "kreivo-runtime" description = "Kreivo Runtime" -version = "0.11.0" +version = "0.12.0" authors = ['Virto Team '] license = "GPL-3.0-only" homepage = 'https://github.com/virto-network/virto-node' diff --git a/runtime/kreivo/src/lib.rs b/runtime/kreivo/src/lib.rs index b517da9b..8fd8c254 100644 --- a/runtime/kreivo/src/lib.rs +++ b/runtime/kreivo/src/lib.rs @@ -142,10 +142,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("kreivo-parachain"), impl_name: create_runtime_str!("kreivo-parachain"), authoring_version: 1, - spec_version: 108, + spec_version: 109, impl_version: 0, apis: RUNTIME_API_VERSIONS, - transaction_version: 6, + transaction_version: 7, state_version: 1, };