bump versions to 0.9.25 (#5684)

* kusama: bump spec_version to 9250

* polkadot: bump spec_version to 9250

* rococo: bump spec_version to 9250

* westend: bump spec_version to 9250

* bump version to 0.9.25

* bump transaction version (polkadot & kusama) (#5690)

* kusama: bump transaction_version to 12

* polkadot: bump transaction_version to 13
This commit is contained in:
Mara Robin B
2022-06-21 15:02:04 +02:00
committed by GitHub
parent 8ef2b701c1
commit 97f9b840e4
89 changed files with 173 additions and 173 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "polkadot-parachain"
version = "0.9.23"
version = "0.9.25"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Types and utilities for creating and working with parachains"
edition = "2021"
@@ -1,6 +1,6 @@
[package]
name = "test-parachains"
version = "0.9.23"
version = "0.9.25"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Integration tests using the test-parachains"
edition = "2021"
@@ -1,6 +1,6 @@
[package]
name = "test-parachain-adder"
version = "0.9.23"
version = "0.9.25"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Test parachain which adds to a number as its state transition"
edition = "2021"
@@ -1,6 +1,6 @@
[package]
name = "test-parachain-adder-collator"
version = "0.9.23"
version = "0.9.25"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Collator for the adder test parachain"
edition = "2021"
@@ -1,6 +1,6 @@
[package]
name = "test-parachain-halt"
version = "0.9.23"
version = "0.9.25"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Test parachain which executes forever"
edition = "2021"
@@ -1,6 +1,6 @@
[package]
name = "test-parachain-undying"
version = "0.9.23"
version = "0.9.25"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Test parachain for zombienet integration tests"
edition = "2021"
@@ -1,6 +1,6 @@
[package]
name = "test-parachain-undying-collator"
version = "0.9.23"
version = "0.9.25"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Collator for the undying test parachain"
edition = "2021"