Bump version to 0.5.2 for release

This commit is contained in:
Ignotus Peverell
2019-01-11 01:26:30 +00:00
parent 5cf4d7acfe
commit 60d3ee3c44
16 changed files with 143 additions and 144 deletions
+7 -7
View File
@@ -1,6 +1,6 @@
[package]
name = "grin_api"
version = "0.5.1"
version = "0.5.2"
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
description = "APIs for grin, a simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format."
license = "Apache-2.0"
@@ -30,9 +30,9 @@ futures = "0.1.21"
rustls = "0.13"
url = "1.7.0"
grin_core = { path = "../core", version = "0.5.1" }
grin_chain = { path = "../chain", version = "0.5.1" }
grin_p2p = { path = "../p2p", version = "0.5.1" }
grin_pool = { path = "../pool", version = "0.5.1" }
grin_store = { path = "../store", version = "0.5.1" }
grin_util = { path = "../util", version = "0.5.1" }
grin_core = { path = "../core", version = "0.5.2" }
grin_chain = { path = "../chain", version = "0.5.2" }
grin_p2p = { path = "../p2p", version = "0.5.2" }
grin_pool = { path = "../pool", version = "0.5.2" }
grin_store = { path = "../store", version = "0.5.2" }
grin_util = { path = "../util", version = "0.5.2" }