From ce28b749f54372bbcb81b102167c3eb6a8fe45f1 Mon Sep 17 00:00:00 2001 From: rustaceanrob Date: Tue, 29 Oct 2024 07:55:56 -0700 Subject: [PATCH] lib: release `0.2.0` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fae3218..34b8b84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bdk_kyoto" -version = "0.1.0" +version = "0.2.0" authors = ["Rob ", "Bitcoin Dev Kit Developers"] description = "BDK blockchain integration using P2P light client Kyoto" license = "MIT OR Apache-2.0"