diff --git a/Cargo.lock b/Cargo.lock index 25c5c2b4..ff0ea46a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2729,7 +2729,7 @@ dependencies = [ [[package]] name = "helium-wallet" -version = "2.0.0" +version = "2.0.1" dependencies = [ "aes-gcm", "anyhow", diff --git a/helium-wallet/Cargo.toml b/helium-wallet/Cargo.toml index a73444c1..adffe3b9 100644 --- a/helium-wallet/Cargo.toml +++ b/helium-wallet/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "helium-wallet" description = "A Helium Wallet CLI" -version = "2.0.0" +version = "2.0.1" readme = "../README.md" keywords = ["helium", "blockchain", "wallet"] publish = false