Bump versions (#655)

* Bump version

* Update Cargo lock and bump runtime version

* Remove balance transfer disabler.
This commit is contained in:
Gavin Wood
2019-12-04 11:12:02 +01:00
committed by Bastian Köcher
parent ab2333da89
commit ec77d728b9
18 changed files with 78 additions and 78 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "adder"
version = "0.7.6"
version = "0.7.7"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Test parachain which adds to a number as its state transition"
edition = "2018"
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "halt"
version = "0.7.6"
version = "0.7.7"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Test parachain which executes forever"
edition = "2018"