Browse Source

Bump version

duke
gilardh 4 years ago
parent
commit
63f232f70d
  1. 2
      cli/Cargo.toml
  2. 2
      cli/src/version.rs
  3. 2
      lib/Cargo.toml

2
cli/Cargo.toml

@ -1,6 +1,6 @@
[package] [package]
name = "hushpaperwallet" name = "hushpaperwallet"
version = "0.1.0" version = "0.1.1"
authors = [ authors = [
"ZecWallet", "ZecWallet",
"The Hush developers" "The Hush developers"

2
cli/src/version.rs

@ -1 +1 @@
pub fn version() -> &'static str { &"0.5" } pub fn version() -> &'static str { &"0.1.1" }

2
lib/Cargo.toml

@ -1,6 +1,6 @@
[package] [package]
name = "hushpaperlib" name = "hushpaperlib"
version = "0.1.0" version = "0.1.1"
authors = [ authors = [
"ZecWallet", "ZecWallet",
"The Hush developers" "The Hush developers"

Loading…
Cancel
Save