From f9718c2b2297bdade2c4ffbee17ba6682e8c5849 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Andr=C3=A9s=20Dorado=20Su=C3=A1rez?= Date: Sat, 1 Jun 2024 10:02:05 -0500 Subject: [PATCH] change(virto-node): bump patch version --- Cargo.lock | 4 ++-- node/Cargo.toml | 2 +- runtime/kreivo/Cargo.toml | 2 +- runtime/kreivo/src/lib.rs | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 32c1fda9..a70d6c13 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4694,7 +4694,7 @@ checksum = "c33070833c9ee02266356de0c43f723152bd38bd96ddf52c82b3af10c9138b28" [[package]] name = "kreivo-runtime" -version = "0.12.0" +version = "0.12.1" dependencies = [ "assets-common", "cumulus-pallet-aura-ext", @@ -13873,7 +13873,7 @@ dependencies = [ [[package]] name = "virto-node" -version = "0.12.0" +version = "0.12.1" dependencies = [ "assert_cmd", "async-trait", diff --git a/node/Cargo.toml b/node/Cargo.toml index 7194d484..9b456582 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "virto-node" -version = "0.12.0" +version = "0.12.1" 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 d9f79f70..8ba45f31 100644 --- a/runtime/kreivo/Cargo.toml +++ b/runtime/kreivo/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "kreivo-runtime" description = "Kreivo Runtime" -version = "0.12.0" +version = "0.12.1" 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 b6d219b7..67f0ec6f 100644 --- a/runtime/kreivo/src/lib.rs +++ b/runtime/kreivo/src/lib.rs @@ -144,7 +144,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("kreivo-parachain"), impl_name: create_runtime_str!("kreivo-parachain"), authoring_version: 1, - spec_version: 109, + spec_version: 110, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 7,