From 95bb4b56f673ea0b9c77eaf343c94448747161be Mon Sep 17 00:00:00 2001 From: Frank Bell <60948618+evilrobot-01@users.noreply.github.com> Date: Mon, 29 Jul 2024 11:06:10 +0100 Subject: [PATCH] build(testnet): bump version (#144) --- Cargo.lock | 2 +- runtime/testnet/Cargo.toml | 2 +- runtime/testnet/src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9fdb0d1c..b23402b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9784,7 +9784,7 @@ dependencies = [ [[package]] name = "pop-runtime-testnet" -version = "0.1.0" +version = "0.2.0" dependencies = [ "cumulus-pallet-aura-ext", "cumulus-pallet-parachain-system", diff --git a/runtime/testnet/Cargo.toml b/runtime/testnet/Cargo.toml index 52d07d33..d77274ec 100644 --- a/runtime/testnet/Cargo.toml +++ b/runtime/testnet/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pop-runtime-testnet" -version = "0.1.0" +version = "0.2.0" authors.workspace = true description.workspace = true license = "Unlicense" diff --git a/runtime/testnet/src/lib.rs b/runtime/testnet/src/lib.rs index bd9b8166..d7650b71 100644 --- a/runtime/testnet/src/lib.rs +++ b/runtime/testnet/src/lib.rs @@ -177,7 +177,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { impl_name: create_runtime_str!("pop"), authoring_version: 1, #[allow(clippy::zero_prefixed_literal)] - spec_version: 00_01_00, + spec_version: 00_02_00, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1,