update version numbering for next potential release

This commit is contained in:
yeastplume
2022-03-22 14:29:03 +00:00
parent fa39fca201
commit 3302d3d9cb
8 changed files with 45 additions and 45 deletions
+7 -7
View File
@@ -1,6 +1,6 @@
[package]
name = "grin_wallet"
version = "5.1.0-alpha.1"
version = "5.2.0-alpha.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"
@@ -31,13 +31,13 @@ semver = "0.10"
rustyline = "6"
lazy_static = "1"
grin_wallet_api = { path = "./api", version = "5.1.0-alpha.1" }
grin_wallet_impls = { path = "./impls", version = "5.1.0-alpha.1" }
grin_wallet_libwallet = { path = "./libwallet", version = "5.1.0-alpha.1" }
grin_wallet_controller = { path = "./controller", version = "5.1.0-alpha.1" }
grin_wallet_config = { path = "./config", version = "5.1.0-alpha.1" }
grin_wallet_api = { path = "./api", version = "5.2.0-alpha.1" }
grin_wallet_impls = { path = "./impls", version = "5.2.0-alpha.1" }
grin_wallet_libwallet = { path = "./libwallet", version = "5.2.0-alpha.1" }
grin_wallet_controller = { path = "./controller", version = "5.2.0-alpha.1" }
grin_wallet_config = { path = "./config", version = "5.2.0-alpha.1" }
grin_wallet_util = { path = "./util", version = "5.1.0-alpha.1" }
grin_wallet_util = { path = "./util", version = "5.2.0-alpha.1" }
[build-dependencies]
built = { version = "0.4", features = ["git2"]}