From d9668c86f425a209046d7c3eb7b159e2ce0da7e5 Mon Sep 17 00:00:00 2001 From: Alekos Filini Date: Mon, 1 Aug 2022 12:32:49 +0200 Subject: [PATCH] Bump version to 0.10.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dc479ea..8762928 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "electrum-client" -version = "0.10.1" +version = "0.10.2" authors = ["Alekos Filini "] license = "MIT" homepage = "https://github.com/MagicalBitcoin/rust-electrum-client"