sync versions with current release (0.9.33) (#6363)

* westend: update transaction version

* polkadot: update transaction version

* kusama: update transaction version

* Bump spec_version to 9330

* bump versions to 0.9.33
This commit is contained in:
Mara Robin B
2022-11-30 09:32:20 +01:00
committed by GitHub
parent 8042b1cb2a
commit b76086c617
89 changed files with 174 additions and 174 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "polkadot-parachain"
version = "0.9.31"
version = "0.9.33"
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.31"
version = "0.9.33"
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.31"
version = "0.9.33"
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.31"
version = "0.9.33"
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.31"
version = "0.9.33"
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.31"
version = "0.9.33"
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.31"
version = "0.9.33"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Collator for the undying test parachain"
edition = "2021"