Sync versions with current release (v0.9.29) (#5982)

* Bump transaction_version for westend

* Bump transaction_version for rococo

* Bump transaction_version for kusama

* Bump transaction_version for polkadot

* Bump spec_version to 9290

* Bump crate versions
This commit is contained in:
Mara Robin B
2022-09-09 13:24:06 +02:00
committed by GitHub
parent cf18fed678
commit 1acc3fa150
89 changed files with 175 additions and 175 deletions
@@ -1,6 +1,6 @@
[package]
name = "test-parachains"
version = "0.9.28"
version = "0.9.29"
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.28"
version = "0.9.29"
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.28"
version = "0.9.29"
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.28"
version = "0.9.29"
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.28"
version = "0.9.29"
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.28"
version = "0.9.29"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Collator for the undying test parachain"
edition = "2021"