Skip to content

Commit

Permalink
bump version 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vekamo committed Dec 28, 2021
1 parent 496c721 commit bdb0851
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mwc713"
version = "4.3.1"
version = "4.4.0"
authors = ["vault713 devs"]
description = "A wallet that makes it easy to send, store, and swap MWC."
keywords = [ "grin", "mimblewimble", "rust", "crypto", "cryptocurrency" ]
Expand Down Expand Up @@ -56,34 +56,34 @@ zip = { version = "0.5", features = ["deflate"] }
ed25519-dalek = "1.0.0-pre.4"

# Release
#grin_core = { git = "https://github.com/mwcproject/mwc-node", tag = "4.4.0" }
#grin_keychain = { git = "https://github.com/mwcproject/mwc-node", tag = "4.4.0" }
#grin_chain = { git = "https://github.com/mwcproject/mwc-node", tag = "4.4.0" }
#grin_util = { git = "https://github.com/mwcproject/mwc-node", tag = "4.4.0" }
#grin_api = { git = "https://github.com/mwcproject/mwc-node", tag = "4.4.0" }
#grin_store = { git = "https://github.com/mwcproject/mwc-node", tag = "4.4.0" }
#grin_p2p = { git = "https://github.com/mwcproject/mwc-node", tag = "4.4.0" }
#grin_wallet_impls = { git = "https://github.com/mwcproject/mwc-wallet", tag = "4.3.0" }
#grin_wallet_libwallet = { git = "https://github.com/mwcproject/mwc-wallet", tag = "4.3.0" }
#grin_wallet_api = { git = "https://github.com/mwcproject/mwc-wallet", tag = "4.3.0" }
#grin_wallet_controller = { git = "https://github.com/mwcproject/mwc-wallet", tag = "4.3.0" }
#grin_wallet_config = { git = "https://github.com/mwcproject/mwc-wallet", tag = "4.3.0" }
#grin_wallet_util = { git = "https://github.com/mwcproject/mwc-wallet", tag = "4.3.0" }
grin_core = { git = "https://github.com/mwcproject/mwc-node", tag = "4.4.2" }
grin_keychain = { git = "https://github.com/mwcproject/mwc-node", tag = "4.4.2" }
grin_chain = { git = "https://github.com/mwcproject/mwc-node", tag = "4.4.2" }
grin_util = { git = "https://github.com/mwcproject/mwc-node", tag = "4.4.2" }
grin_api = { git = "https://github.com/mwcproject/mwc-node", tag = "4.4.2" }
grin_store = { git = "https://github.com/mwcproject/mwc-node", tag = "4.4.2" }
grin_p2p = { git = "https://github.com/mwcproject/mwc-node", tag = "4.4.2" }
grin_wallet_impls = { git = "https://github.com/mwcproject/mwc-wallet", tag = "4.4.0" }
grin_wallet_libwallet = { git = "https://github.com/mwcproject/mwc-wallet", tag = "4.4.0" }
grin_wallet_api = { git = "https://github.com/mwcproject/mwc-wallet", tag = "4.4.0" }
grin_wallet_controller = { git = "https://github.com/mwcproject/mwc-wallet", tag = "4.4.0" }
grin_wallet_config = { git = "https://github.com/mwcproject/mwc-wallet", tag = "4.4.0" }
grin_wallet_util = { git = "https://github.com/mwcproject/mwc-wallet", tag = "4.4.0" }

# For bleeding edge
grin_core = { git = "https://github.com/mwcproject/mwc-node", branch = "master" }
grin_keychain = { git = "https://github.com/mwcproject/mwc-node", branch = "master" }
grin_chain = { git = "https://github.com/mwcproject/mwc-node", branch = "master" }
grin_util = { git = "https://github.com/mwcproject/mwc-node", branch = "master" }
grin_api = { git = "https://github.com/mwcproject/mwc-node", branch = "master" }
grin_store = { git = "https://github.com/mwcproject/mwc-node", branch = "master" }
grin_p2p = { git = "https://github.com/mwcproject/mwc-node", branch = "master" }
grin_wallet_impls = { git = "https://github.com/mwcproject/mwc-wallet", branch = "master" }
grin_wallet_libwallet = { git = "https://github.com/mwcproject/mwc-wallet", branch = "master" }
grin_wallet_api = { git = "https://github.com/mwcproject/mwc-wallet", branch = "master" }
grin_wallet_controller = { git = "https://github.com/mwcproject/mwc-wallet", branch = "master" }
grin_wallet_config = { git = "https://github.com/mwcproject/mwc-wallet", branch = "master" }
grin_wallet_util = { git = "https://github.com/mwcproject/mwc-wallet", branch = "master" }
#grin_core = { git = "https://github.com/mwcproject/mwc-node", branch = "master" }
#grin_keychain = { git = "https://github.com/mwcproject/mwc-node", branch = "master" }
#grin_chain = { git = "https://github.com/mwcproject/mwc-node", branch = "master" }
#grin_util = { git = "https://github.com/mwcproject/mwc-node", branch = "master" }
#grin_api = { git = "https://github.com/mwcproject/mwc-node", branch = "master" }
#grin_store = { git = "https://github.com/mwcproject/mwc-node", branch = "master" }
#grin_p2p = { git = "https://github.com/mwcproject/mwc-node", branch = "master" }
#grin_wallet_impls = { git = "https://github.com/mwcproject/mwc-wallet", branch = "master" }
#grin_wallet_libwallet = { git = "https://github.com/mwcproject/mwc-wallet", branch = "master" }
#grin_wallet_api = { git = "https://github.com/mwcproject/mwc-wallet", branch = "master" }
#grin_wallet_controller = { git = "https://github.com/mwcproject/mwc-wallet", branch = "master" }
#grin_wallet_config = { git = "https://github.com/mwcproject/mwc-wallet", branch = "master" }
#grin_wallet_util = { git = "https://github.com/mwcproject/mwc-wallet", branch = "master" }

# For local testing
#grin_api = { path = "../mwc-node/api"}
Expand Down

0 comments on commit bdb0851

Please sign in to comment.