diff --git a/Cargo.lock b/Cargo.lock index 104d059a..20a19ae9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2471,7 +2471,7 @@ dependencies = [ [[package]] name = "helium-wallet" -version = "2.0.0-rc.4" +version = "2.0.0-rc.5" dependencies = [ "aes-gcm", "anyhow", diff --git a/helium-wallet/Cargo.toml b/helium-wallet/Cargo.toml index 44e419a9..50b74668 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-rc.4" +version = "2.0.0-rc.5" readme = "README.md" keywords = ["helium", "blockchain", "wallet"] authors.workspace = true