From 3b417353cd4cdbd878d4e9697d1906e045120bb2 Mon Sep 17 00:00:00 2001 From: Shady Khalifa Date: Tue, 10 Oct 2023 16:42:44 +0300 Subject: [PATCH] Pump pallet versions --- Cargo.lock | 6 +++--- pallets/dkg-metadata/Cargo.toml | 2 +- standalone/node/Cargo.toml | 2 +- standalone/runtime/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a133941ea..ec131ba0a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2675,7 +2675,7 @@ dependencies = [ [[package]] name = "dkg-standalone-node" -version = "3.0.0" +version = "3.1.0" dependencies = [ "clap 4.3.19", "dkg-gadget", @@ -2727,7 +2727,7 @@ dependencies = [ [[package]] name = "dkg-standalone-runtime" -version = "3.0.0" +version = "3.1.0" dependencies = [ "cumulus-primitives-core", "dkg-runtime-primitives", @@ -6770,7 +6770,7 @@ dependencies = [ [[package]] name = "pallet-dkg-metadata" -version = "0.1.0" +version = "0.2.0" dependencies = [ "dkg-runtime-primitives", "frame-benchmarking", diff --git a/pallets/dkg-metadata/Cargo.toml b/pallets/dkg-metadata/Cargo.toml index e54727c81..55648288a 100644 --- a/pallets/dkg-metadata/Cargo.toml +++ b/pallets/dkg-metadata/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallet-dkg-metadata" description = "FRAME pallet for DKG metadata" -version = "0.1.0" +version = "0.2.0" authors = { workspace = true } license = { workspace = true } publish = { workspace = true } diff --git a/standalone/node/Cargo.toml b/standalone/node/Cargo.toml index d88c23267..04bfc1b51 100644 --- a/standalone/node/Cargo.toml +++ b/standalone/node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dkg-standalone-node" -version = "3.0.0" +version = "3.1.0" build = "build.rs" description = { workspace = true } authors = { workspace = true } diff --git a/standalone/runtime/Cargo.toml b/standalone/runtime/Cargo.toml index 6b2f9b47f..cf4b13446 100644 --- a/standalone/runtime/Cargo.toml +++ b/standalone/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dkg-standalone-runtime" -version = "3.0.0" +version = "3.1.0" description = { workspace = true } authors = { workspace = true } license = { workspace = true }