Version increment for 3.1.0-beta.2 (#346)

This commit is contained in:
Yeastplume
2020-02-25 10:46:28 +00:00
committed by GitHub
parent 4f0c5c015f
commit df8b706fbb
8 changed files with 143 additions and 143 deletions
+7 -7
View File
@@ -1,6 +1,6 @@
[package]
name = "grin_wallet"
version = "3.1.0-beta.1"
version = "3.1.0-beta.2"
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
description = "Simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format."
license = "Apache-2.0"
@@ -33,13 +33,13 @@ rustyline = "6"
colored = "1.6"
lazy_static = "1"
grin_wallet_api = { path = "./api", version = "3.1.0-beta.1" }
grin_wallet_impls = { path = "./impls", version = "3.1.0-beta.1" }
grin_wallet_libwallet = { path = "./libwallet", version = "3.1.0-beta.1" }
grin_wallet_controller = { path = "./controller", version = "3.1.0-beta.1" }
grin_wallet_config = { path = "./config", version = "3.1.0-beta.1" }
grin_wallet_api = { path = "./api", version = "3.1.0-beta.2" }
grin_wallet_impls = { path = "./impls", version = "3.1.0-beta.2" }
grin_wallet_libwallet = { path = "./libwallet", version = "3.1.0-beta.2" }
grin_wallet_controller = { path = "./controller", version = "3.1.0-beta.2" }
grin_wallet_config = { path = "./config", version = "3.1.0-beta.2" }
grin_wallet_util = { path = "./util", version = "3.1.0-beta.1" }
grin_wallet_util = { path = "./util", version = "3.1.0-beta.2" }
[build-dependencies]
built = "0.3"