v0.9.0 prep (#2959)

* bump version and unify spec version

* bump substrate

* spec_version to 900
This commit is contained in:
Martin Pugh
2021-04-29 18:21:58 +02:00
committed by GitHub
parent ce457a91e1
commit 7a99a18d1d
30 changed files with 216 additions and 216 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "xcm"
version = "0.8.31"
version = "0.9.0"
authors = ["Parity Technologies x<admin@parity.io>"]
description = "The basic XCM datastructures."
edition = "2018"
+1 -1
View File
@@ -3,7 +3,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
name = "xcm-builder"
description = "Tools & types for building with XCM and its executor."
version = "0.8.31"
version = "0.9.0"
[dependencies]
impl-trait-for-tuples = "0.2.0"
+1 -1
View File
@@ -3,7 +3,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
name = "xcm-executor"
description = "An abstract and configurable XCM message executor."
version = "0.8.31"
version = "0.9.0"
[dependencies]
impl-trait-for-tuples = "0.2.0"