diff --git a/cli/Cargo.toml b/cli/Cargo.toml index cf980ff..d3da2bb 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hushpaperwallet" -version = "0.1.1" +version = "0.1.2" authors = [ "ZecWallet", "The Hush developers" diff --git a/cli/src/version.rs b/cli/src/version.rs index 8f526cc..21ce270 100644 --- a/cli/src/version.rs +++ b/cli/src/version.rs @@ -1 +1 @@ -pub fn version() -> &'static str { &"0.1.1" } +pub fn version() -> &'static str { &"0.1.2" } diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 82efadc..8b10d45 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hushpaperlib" -version = "0.1.1" +version = "0.1.2" authors = [ "ZecWallet", "The Hush developers"