From 84f11fb80ea77a6998c3d75b2f537bb4b00a743a Mon Sep 17 00:00:00 2001 From: Alekos Filini Date: Sun, 14 May 2023 12:59:00 +0200 Subject: [PATCH] Bump to v0.14.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 25a61d5..a52cf89 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "electrum-client" -version = "0.14.0" +version = "0.14.1" authors = ["Alekos Filini "] license = "MIT" homepage = "https://github.com/MagicalBitcoin/rust-electrum-client"