bump to 0.9.23 (#5593)

* bump version to 0.9.23

* bump spec_version to 9230
This commit is contained in:
Mara Robin B
2022-05-27 10:18:23 +02:00
committed by GitHub
parent c9316799ea
commit 7eba8f2162
89 changed files with 171 additions and 171 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "polkadot-parachain"
version = "0.9.22"
version = "0.9.23"
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.22"
version = "0.9.23"
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.22"
version = "0.9.23"
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.22"
version = "0.9.23"
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.22"
version = "0.9.23"
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.22"
version = "0.9.23"
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.22"
version = "0.9.23"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Collator for the undying test parachain"
edition = "2021"