From b291abe5034c0849da69fcd7e6b155ca8fdcc593 Mon Sep 17 00:00:00 2001 From: Marc Nijdam Date: Thu, 6 Feb 2025 11:26:41 -0400 Subject: [PATCH] chore: Release --- Cargo.lock | 4 ++-- helium-lib/Cargo.toml | 2 +- helium-wallet/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index be84bdd6..7be79433 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2528,7 +2528,7 @@ dependencies = [ [[package]] name = "helium-lib" -version = "0.0.1-rc.4" +version = "0.0.1-rc.5" dependencies = [ "anchor-client", "anchor-spl", @@ -2606,7 +2606,7 @@ dependencies = [ [[package]] name = "helium-wallet" -version = "2.0.2-rc.4" +version = "2.0.2-rc.5" dependencies = [ "aes-gcm", "anyhow", diff --git a/helium-lib/Cargo.toml b/helium-lib/Cargo.toml index 660dea30..1f4d5e53 100644 --- a/helium-lib/Cargo.toml +++ b/helium-lib/Cargo.toml @@ -3,7 +3,7 @@ name = "helium-lib" edition.workspace = true authors.workspace = true license.workspace = true -version = "0.0.1-rc.4" +version = "0.0.1-rc.5" [features] clap = ["dep:clap"] diff --git a/helium-wallet/Cargo.toml b/helium-wallet/Cargo.toml index 7ad6c83d..1c4bdcb3 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.2-rc.4" +version = "2.0.2-rc.5" readme = "../README.md" keywords = ["helium", "blockchain", "wallet"] publish = false