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,