From fd310221f772e8571fd8fc6df973e355e1d6903c Mon Sep 17 00:00:00 2001 From: Andrew Jones Date: Thu, 8 Jun 2023 11:57:21 +0100 Subject: [PATCH] Release `v0.26.0` (#192) #180 upgraded to [polkadot-v0.9.42](https://github.com/paritytech/substrate/tree/polkadot-v0.9.42). This PR bumps the version to `0.26.0` in preparation for a release tag. --- Cargo.lock | 4 ++-- node/Cargo.toml | 2 +- runtime/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a6cb2ab..4bb5bd7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -960,7 +960,7 @@ checksum = "13418e745008f7349ec7e449155f419a61b92b58a99cc3616942b926825ec76b" [[package]] name = "contracts-node" -version = "0.25.1" +version = "0.26.0" dependencies = [ "clap", "contracts-node-runtime", @@ -992,7 +992,7 @@ dependencies = [ [[package]] name = "contracts-node-runtime" -version = "0.25.1" +version = "0.26.0" dependencies = [ "frame-executive", "frame-support", diff --git a/node/Cargo.toml b/node/Cargo.toml index ecd83ab..a731ab9 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "contracts-node" -version = "0.25.1" +version = "0.26.0" authors = ["Parity Technologies "] description = "Substrate node configured for smart contracts via `pallet-contracts`." edition = "2021" diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 3718f56..a4a9211 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "contracts-node-runtime" -version = "0.25.1" +version = "0.26.0" authors = ["Parity Technologies "] edition = "2021" license = "Unlicense"