From f8f7948d40d3f50ab9389d1d69ca2594d114d7db Mon Sep 17 00:00:00 2001 From: Marc Nijdam Date: Wed, 15 May 2024 14:28:40 -0500 Subject: [PATCH] chore: Release --- Cargo.lock | 2 +- helium-wallet/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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