Version bumps to v0.9.16 and 9160 (#4767)

* Bump spec_version

* Bump version to 0.9.16
This commit is contained in:
Chevdor
2022-02-02 15:22:32 +01:00
committed by GitHub
parent e8e6470fb7
commit 7e9a58fc99
86 changed files with 172 additions and 172 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "polkadot-parachain"
version = "0.9.13"
version = "0.9.16"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Types and utilities for creating and working with parachains"
edition = "2018"
@@ -1,6 +1,6 @@
[package]
name = "test-parachains"
version = "0.9.13"
version = "0.9.16"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Integration tests using the test-parachains"
edition = "2018"
@@ -1,6 +1,6 @@
[package]
name = "test-parachain-adder"
version = "0.9.13"
version = "0.9.16"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Test parachain which adds to a number as its state transition"
edition = "2018"
@@ -1,6 +1,6 @@
[package]
name = "test-parachain-adder-collator"
version = "0.9.13"
version = "0.9.16"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Collator for the adder test parachain"
edition = "2018"
@@ -1,6 +1,6 @@
[package]
name = "test-parachain-halt"
version = "0.9.13"
version = "0.9.16"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Test parachain which executes forever"
edition = "2018"