From 527cb617c78460c066d889e80508c46db9eb9289 Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Thu, 5 Dec 2024 21:19:37 -0600 Subject: [PATCH] chore: bump version to 0.22.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9e99657..e0fa581 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "electrum-client" -version = "0.22.0" +version = "0.22.1" authors = ["Alekos Filini "] license = "MIT" homepage = "https://github.com/bitcoindevkit/rust-electrum-client"