Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #173 from jaspervdm/master
Browse files Browse the repository at this point in the history
Bump beta version number
  • Loading branch information
jaspervdm authored Jul 14, 2019
2 parents 981f1ca + 0bdef4f commit 47e83a7
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 180 deletions.
66 changes: 0 additions & 66 deletions .auto-release.sh

This file was deleted.

24 changes: 0 additions & 24 deletions .before-deploy.sh

This file was deleted.

39 changes: 0 additions & 39 deletions .travis.yml

This file was deleted.

90 changes: 45 additions & 45 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wallet713"
version = "2.0.0-beta.1"
version = "2.0.0-beta.2"
authors = ["vault713 devs"]
description = "A wallet that makes it easy to send, store, and swap Grin."
keywords = [ "grin", "mimblewimble", "rust", "crypto", "cryptocurrency" ]
Expand Down Expand Up @@ -50,8 +50,8 @@ parking_lot = "0.6"
semver = "0.9.0"
easy-jsonrpc = "0.5.2"

grin_api = { git = "https://github.com/mimblewimble/grin", tag = "v2.0.0" }
grin_core = { git = "https://github.com/mimblewimble/grin", tag = "v2.0.0" }
grin_keychain = { git = "https://github.com/mimblewimble/grin", tag = "v2.0.0" }
grin_util = { git = "https://github.com/mimblewimble/grin", tag = "v2.0.0" }
grin_store = { git = "https://github.com/mimblewimble/grin", tag = "v2.0.0" }
grin_api = "2.0.0"
grin_core = "2.0.0"
grin_keychain = "2.0.0"
grin_util = "2.0.0"
grin_store = "2.0.0"

0 comments on commit 47e83a7

Please sign in to comment.