From 84ee9631087afc1839bf25e09b4a282f050e11f7 Mon Sep 17 00:00:00 2001 From: Rigidity Date: Wed, 5 Jun 2024 01:21:10 -0400 Subject: [PATCH] Bump version to 0.10.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- crates/chia-sdk-parser/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 41311af3..aa050594 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -373,7 +373,7 @@ dependencies = [ [[package]] name = "chia-sdk-parser" -version = "0.10.0" +version = "0.10.1" dependencies = [ "anyhow", "chia-bls 0.9.0", @@ -484,7 +484,7 @@ dependencies = [ [[package]] name = "chia-wallet-sdk" -version = "0.10.0" +version = "0.10.1" dependencies = [ "bech32", "chia-protocol", diff --git a/Cargo.toml b/Cargo.toml index 3702667b..fac027cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-wallet-sdk" -version = "0.10.0" +version = "0.10.1" edition = "2021" license = "Apache-2.0" description = "An unofficial SDK for building Chia wallets." diff --git a/crates/chia-sdk-parser/Cargo.toml b/crates/chia-sdk-parser/Cargo.toml index ca1ab3a2..f94b1a80 100644 --- a/crates/chia-sdk-parser/Cargo.toml +++ b/crates/chia-sdk-parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-sdk-parser" -version = "0.10.0" +version = "0.10.1" edition = "2021" license = "Apache-2.0" description = "Parsers for standard Chia puzzles, to determine information required to spend coins."