From 440e15061938e180bba3072eeda92bb5b551c9b9 Mon Sep 17 00:00:00 2001 From: abhijeetbhagat Date: Wed, 24 Aug 2022 18:02:34 +0530 Subject: [PATCH 1/2] bump release version to 0.4.52 --- Cargo.lock | 6 +++--- runtime/arctic/Cargo.toml | 2 +- runtime/frost/Cargo.toml | 2 +- runtime/snow/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3002c47a..02031978 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -123,7 +123,7 @@ dependencies = [ [[package]] name = "arctic-runtime" -version = "0.4.47" +version = "0.4.52" dependencies = [ "bstringify", "cumulus-pallet-aura-ext", @@ -3092,7 +3092,7 @@ dependencies = [ [[package]] name = "frost-runtime" -version = "0.4.47" +version = "0.4.52" dependencies = [ "fp-rpc", "fp-self-contained", @@ -10851,7 +10851,7 @@ dependencies = [ [[package]] name = "snow-runtime" -version = "0.4.47" +version = "0.4.52" dependencies = [ "cumulus-pallet-aura-ext", "cumulus-pallet-dmp-queue", diff --git a/runtime/arctic/Cargo.toml b/runtime/arctic/Cargo.toml index cfae7b7b..34379052 100644 --- a/runtime/arctic/Cargo.toml +++ b/runtime/arctic/Cargo.toml @@ -7,7 +7,7 @@ homepage = 'https://substrate.dev' license = 'Apache-2.0' name = 'arctic-runtime' repository = 'https://github.com/web3labs/ice-substrate/' -version = '0.4.47' +version = '0.4.52' publish = false [package.metadata.docs.rs] diff --git a/runtime/frost/Cargo.toml b/runtime/frost/Cargo.toml index a66aa360..45f03bc5 100644 --- a/runtime/frost/Cargo.toml +++ b/runtime/frost/Cargo.toml @@ -7,7 +7,7 @@ homepage = 'https://substrate.dev' license = 'Apache-2.0' name = 'frost-runtime' repository = 'https://github.com/web3labs/ice-substrate/' -version = '0.4.47' +version = '0.4.52' publish = false [package.metadata.docs.rs] diff --git a/runtime/snow/Cargo.toml b/runtime/snow/Cargo.toml index 4984cfec..c24ea18a 100644 --- a/runtime/snow/Cargo.toml +++ b/runtime/snow/Cargo.toml @@ -7,7 +7,7 @@ homepage = 'https://substrate.dev' license = 'Apache-2.0' name = 'snow-runtime' repository = 'https://github.com/web3labs/ice-substrate/' -version = '0.4.47' +version = '0.4.52' publish = false [package.metadata.docs.rs] From 7fba3306732d211429aabc15c31d845affbcf967 Mon Sep 17 00:00:00 2001 From: abhijeetbhagat Date: Wed, 24 Aug 2022 20:33:44 +0530 Subject: [PATCH 2/2] bump node release version to 0.4.52 --- Cargo.lock | 2 +- node/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 02031978..57c769b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3685,7 +3685,7 @@ dependencies = [ [[package]] name = "ice-node" -version = "0.4.51" +version = "0.4.52" dependencies = [ "arctic-runtime", "async-trait", diff --git a/node/Cargo.toml b/node/Cargo.toml index ea53debc..01d322a4 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -7,7 +7,7 @@ homepage = 'https://substrate.dev' license = 'Apache-2.0' name = 'ice-node' repository = 'https://github.com/web3labs/ice-substrate' -version = '0.4.51' +version = '0.4.52' publish = false [package.metadata.docs.rs]