From df724dbcae08874a86c3246fecbf6470e8d1e270 Mon Sep 17 00:00:00 2001 From: Daniel Olano Date: Sat, 13 Apr 2024 04:05:21 +0200 Subject: [PATCH] Bump to 0.10.1 --- node/Cargo.toml | 2 +- runtime/kreivo/Cargo.toml | 2 +- runtime/kreivo/src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/node/Cargo.toml b/node/Cargo.toml index 942e261d..1a5ce69c 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "virto-node" -version = "0.10.0" +version = "0.10.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 17e53617..5355d3fd 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.0" +version = "0.10.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 f2e3aa59..db2c1674 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: 105, + spec_version: 106, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 5,