From 259ca0955e1b547c74f3dc2b4eb8bffbc8cbd361 Mon Sep 17 00:00:00 2001 From: Rigidity Date: Thu, 22 Feb 2024 00:26:10 -0500 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c5803b8e..8331b6c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -332,7 +332,7 @@ dependencies = [ [[package]] name = "chia-wallet-sdk" -version = "0.5.0" +version = "0.6.0" dependencies = [ "bech32", "bip39", diff --git a/Cargo.toml b/Cargo.toml index 4f792363..c76e1e17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-wallet-sdk" -version = "0.5.0" +version = "0.6.0" edition = "2021" license = "Apache-2.0" description = "An unofficial SDK for building Chia wallets."