From aed45fb64fd35d0aa10c85710e60de1cf00dc19a Mon Sep 17 00:00:00 2001 From: clangenb <37865735+clangenb@users.noreply.github.com> Date: Wed, 7 Aug 2024 04:11:44 +0200 Subject: [PATCH] v0.7.5 (#53) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- runtime/ajuna/src/lib.rs | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5674cac..fbc996c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -95,7 +95,7 @@ dependencies = [ [[package]] name = "ajuna-node" -version = "0.7.4" +version = "0.7.5" dependencies = [ "ajuna-runtime", "async-trait", @@ -173,7 +173,7 @@ dependencies = [ [[package]] name = "ajuna-runtime" -version = "0.7.4" +version = "0.7.5" dependencies = [ "assets-common", "cumulus-pallet-aura-ext", diff --git a/Cargo.toml b/Cargo.toml index 177cb97..364b65f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ authors = [ "Ajuna Network " ] edition = "2021" homepage = "https://ajuna.io" repository = "/~https://github.com/ajuna-network/Ajuna" -version = "0.7.4" +version = "0.7.5" [workspace] resolver = "2" diff --git a/runtime/ajuna/src/lib.rs b/runtime/ajuna/src/lib.rs index e0bacc2..ff14f3f 100644 --- a/runtime/ajuna/src/lib.rs +++ b/runtime/ajuna/src/lib.rs @@ -212,7 +212,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("ajuna"), impl_name: create_runtime_str!("ajuna"), authoring_version: 1, - spec_version: 704, + spec_version: 705, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1,