From 8fae704b7c27e261d228383d6669d02339f3f1aa Mon Sep 17 00:00:00 2001 From: Alekos Filini Date: Sat, 11 Mar 2023 11:39:44 +0100 Subject: [PATCH] Bump to v0.12.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7c43e46..966e66a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "electrum-client" -version = "0.12.0" +version = "0.12.1" authors = ["Alekos Filini "] license = "MIT" homepage = "https://github.com/MagicalBitcoin/rust-electrum-client"