From 84cbc3b6480f2919b5c6ed40179591b216f304eb Mon Sep 17 00:00:00 2001 From: Juan Girini Date: Tue, 19 Nov 2024 12:24:05 +0100 Subject: [PATCH] fix: bump patch version --- Cargo.lock | 2 +- Cargo.toml | 2 +- runtime/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7d4659c..ba5d5ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4347,7 +4347,7 @@ dependencies = [ [[package]] name = "ideal-nw-runtime" -version = "0.1.1" +version = "0.1.2" dependencies = [ "cumulus-pallet-aura-ext", "cumulus-pallet-parachain-system", diff --git a/Cargo.toml b/Cargo.toml index af8b477..8c392db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ authors = ["Ideal Labs "] repository = "https://github.com/ideal-lab5/ideal-network" homepage = "https://idealabs.network" license = "Apache-2.0" -version = "0.1.1" +version = "0.1.2" [workspace.lints.rust] suspicious_double_ref_op = { level = "allow", priority = 2 } diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 5b2b22f..24b2d60 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ideal-nw-runtime" description = "Ideal Network Runtime" -version = "0.1.1" +version = "0.1.2" license.workspace = true authors.workspace = true homepage.workspace = true