Bump version, substrate, beefy in prep for v0.9.4 (#3169)

* bump version, substrate, beefy

* bump substrate
This commit is contained in:
Martin Pugh
2021-06-03 17:05:31 +02:00
committed by GitHub
parent bd66121324
commit b63184e4ec
27 changed files with 216 additions and 214 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "xcm"
version = "0.9.3"
version = "0.9.4"
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.9.3"
version = "0.9.4"
[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.9.3"
version = "0.9.4"
[dependencies]
impl-trait-for-tuples = "0.2.0"