From aa3879c65fd0840d22627d425b5107ce969200f4 Mon Sep 17 00:00:00 2001 From: Marc Nijdam Date: Mon, 10 Feb 2025 07:50:38 -0500 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 7be79433..81e5ebde 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2528,7 +2528,7 @@ dependencies = [ [[package]] name = "helium-lib" -version = "0.0.1-rc.5" +version = "0.1.0" dependencies = [ "anchor-client", "anchor-spl", @@ -2606,7 +2606,7 @@ dependencies = [ [[package]] name = "helium-wallet" -version = "2.0.2-rc.5" +version = "2.1.0" dependencies = [ "aes-gcm", "anyhow", diff --git a/helium-lib/Cargo.toml b/helium-lib/Cargo.toml index 1f4d5e53..5e2a031a 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.5" +version = "0.1.0" [features] clap = ["dep:clap"] diff --git a/helium-wallet/Cargo.toml b/helium-wallet/Cargo.toml index 1c4bdcb3..2d9a861a 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.5" +version = "2.1.0" readme = "../README.md" keywords = ["helium", "blockchain", "wallet"] publish = false