bump version number for release

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