From ad2667520e6e24549eb9d83bbf54fc6310b328b9 Mon Sep 17 00:00:00 2001 From: Rigidity Date: Tue, 5 Mar 2024 12:48:52 -0500 Subject: [PATCH] Bump version to 0.6.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 716dd137..3369d1e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -350,7 +350,7 @@ dependencies = [ [[package]] name = "chia-wallet-sdk" -version = "0.6.0" +version = "0.6.1" dependencies = [ "bech32", "bip39", diff --git a/Cargo.toml b/Cargo.toml index bc27a018..9f576afe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-wallet-sdk" -version = "0.6.0" +version = "0.6.1" edition = "2021" license = "Apache-2.0" description = "An unofficial SDK for building Chia wallets."