update version for master maintenance

This commit is contained in:
Yeastplume
2019-06-05 23:51:07 +01:00
parent 3136812831
commit a1f2e1f2eb
8 changed files with 41 additions and 41 deletions
+7 -7
View File
@@ -1,6 +1,6 @@
[package]
name = "grin_wallet"
version = "1.1.0"
version = "1.1.1-beta.1"
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
description = "Simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format."
license = "Apache-2.0"
@@ -29,13 +29,13 @@ prettytable-rs = "0.7"
log = "0.4"
linefeed = "0.5"
grin_wallet_api = { path = "./api", version = "1.1.0" }
grin_wallet_impls = { path = "./impls", version = "1.1.0" }
grin_wallet_libwallet = { path = "./libwallet", version = "1.1.0" }
grin_wallet_controller = { path = "./controller", version = "1.1.0" }
grin_wallet_config = { path = "./config", version = "1.1.0" }
grin_wallet_api = { path = "./api", version = "1.1.1-beta.1" }
grin_wallet_impls = { path = "./impls", version = "1.1.1-beta.1" }
grin_wallet_libwallet = { path = "./libwallet", version = "1.1.1-beta.1" }
grin_wallet_controller = { path = "./controller", version = "1.1.1-beta.1" }
grin_wallet_config = { path = "./config", version = "1.1.1-beta.1" }
grin_wallet_util = { path = "./util", version = "1.1.0" }
grin_wallet_util = { path = "./util", version = "1.1.1-beta.1" }
[build-dependencies]
built = "0.3"