From 6f195b594799f82f0b09f081c0ae5ee059c68a2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Andr=C3=A9s=20Dorado=20Su=C3=A1rez?= Date: Sun, 14 Apr 2024 14:48:55 -0500 Subject: [PATCH] chore: bump --- 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 e9a6ffa1..1dd55b44 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4678,7 +4678,7 @@ checksum = "c33070833c9ee02266356de0c43f723152bd38bd96ddf52c82b3af10c9138b28" [[package]] name = "kreivo-runtime" -version = "0.10.1" +version = "0.10.2" dependencies = [ "assets-common", "cumulus-pallet-aura-ext", @@ -13824,7 +13824,7 @@ dependencies = [ [[package]] name = "virto-node" -version = "0.10.1" +version = "0.10.2" dependencies = [ "assert_cmd", "async-trait", diff --git a/node/Cargo.toml b/node/Cargo.toml index 1a5ce69c..551439a7 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "virto-node" -version = "0.10.1" +version = "0.10.2" 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 5355d3fd..dbc52a94 100644 --- a/runtime/kreivo/Cargo.toml +++ b/runtime/kreivo/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "kreivo-runtime" description = "Kreivo Runtime" -version = "0.10.1" +version = "0.10.2" 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 db2c1674..acdb6093 100644 --- a/runtime/kreivo/src/lib.rs +++ b/runtime/kreivo/src/lib.rs @@ -142,7 +142,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: 106, + spec_version: 107, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 5,