Skip to content

Commit

Permalink
fix future version number
Browse files Browse the repository at this point in the history
  • Loading branch information
yeastplume committed Jun 5, 2019
1 parent f1f2cb8 commit d70b977
Show file tree
Hide file tree
Showing 7 changed files with 101 additions and 101 deletions.
162 changes: 81 additions & 81 deletions Cargo.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ serde_json = "1"
easy-jsonrpc = "0.5.1"
chrono = { version = "0.4.4", features = ["serde"] }

grin_wallet_libwallet = { path = "../libwallet", version = "1.1.0-beta.1" }
grin_wallet_config = { path = "../config", version = "1.1.0-beta.1" }
grin_wallet_impls = { path = "../impls", version = "1.1.0-beta.1" }
grin_wallet_libwallet = { path = "../libwallet", version = "1.1.1-beta.1" }
grin_wallet_config = { path = "../config", version = "1.1.1-beta.1" }
grin_wallet_impls = { path = "../impls", version = "1.1.1-beta.1" }

grin_wallet_util = { path = "../util", version = "1.1.0-beta.1" }
grin_wallet_util = { path = "../util", version = "1.1.1-beta.1" }

[dev-dependencies]
serde_json = "1"
Expand Down
4 changes: 2 additions & 2 deletions config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "grin_wallet_config"
version = "1.1.0-beta.1"
version = "1.1.1-beta.1"
authors = ["Grin Developers <[email protected]>"]
description = "Configuration for grin wallet , a simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format."
license = "Apache-2.0"
Expand All @@ -16,7 +16,7 @@ serde_derive = "1"
toml = "0.4"
dirs = "1.0.3"

grin_wallet_util = { path = "../util", version = "1.1.0-beta.1" }
grin_wallet_util = { path = "../util", version = "1.1.1-beta.1" }

[dev-dependencies]
pretty_assertions = "0.5.1"
12 changes: 6 additions & 6 deletions controller/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "grin_wallet_controller"
version = "1.1.0-beta.1"
version = "1.1.1-beta.1"
authors = ["Grin Developers <[email protected]>"]
description = "Controllers for grin wallet instantiation"
license = "Apache-2.0"
Expand Down Expand Up @@ -32,9 +32,9 @@ chrono = { version = "0.4.4", features = ["serde"] }
easy-jsonrpc = "0.5.1"
lazy_static = "1"

grin_wallet_util = { path = "../util", version = "1.1.0-beta.1" }
grin_wallet_util = { path = "../util", version = "1.1.1-beta.1" }

grin_wallet_api = { path = "../api", version = "1.1.0-beta.1" }
grin_wallet_impls = { path = "../impls", version = "1.1.0-beta.1" }
grin_wallet_libwallet = { path = "../libwallet", version = "1.1.0-beta.1" }
grin_wallet_config = { path = "../config", version = "1.1.0-beta.1" }
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_config = { path = "../config", version = "1.1.1-beta.1" }
8 changes: 4 additions & 4 deletions impls/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "grin_wallet_impls"
version = "1.1.0-beta.1"
version = "1.1.1-beta.1"
authors = ["Grin Developers <[email protected]>"]
description = "Concrete types derived from libwallet traits"
license = "Apache-2.0"
Expand All @@ -26,7 +26,7 @@ tokio-retry = "0.1"
uuid = { version = "0.7", features = ["serde", "v4"] }
chrono = { version = "0.4.4", features = ["serde"] }

grin_wallet_util = { path = "../util", version = "1.1.0-beta.1" }
grin_wallet_util = { path = "../util", version = "1.1.1-beta.1" }

grin_wallet_libwallet = { path = "../libwallet", version = "1.1.0-beta.1" }
grin_wallet_config = { path = "../config", version = "1.1.0-beta.1" }
grin_wallet_libwallet = { path = "../libwallet", version = "1.1.1-beta.1" }
grin_wallet_config = { path = "../config", version = "1.1.1-beta.1" }
6 changes: 3 additions & 3 deletions libwallet/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "grin_wallet_libwallet"
version = "1.1.0-beta.1"
version = "1.1.1-beta.1"
authors = ["Grin Developers <[email protected]>"]
description = "Simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format."
license = "Apache-2.0"
Expand All @@ -25,7 +25,7 @@ lazy_static = "1"
strum = "0.15"
strum_macros = "0.15"

grin_wallet_util = { path = "../util", version = "1.1.0-beta.1" }
grin_wallet_util = { path = "../util", version = "1.1.1-beta.1" }

[dev-dependencies]
grin_wallet_config = { path = "../config", version = "1.1.0-beta.1" }
grin_wallet_config = { path = "../config", version = "1.1.1-beta.1" }
2 changes: 1 addition & 1 deletion util/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "grin_wallet_util"
version = "1.1.0-beta.1"
version = "1.1.1-beta.1"
authors = ["Grin Developers <[email protected]>"]
description = "Util, for generic utilities and to re-export grin crates"
license = "Apache-2.0"
Expand Down

0 comments on commit d70b977

Please sign in to comment.