From 76b52730402d08cf6e0c2faf41ec779231af37f6 Mon Sep 17 00:00:00 2001 From: Alekos Filini Date: Mon, 21 Dec 2020 14:16:14 +0100 Subject: [PATCH] Bump version to 0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 762ebc93..d57e4f59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bdk" -version = "0.2.0-rc.1" +version = "0.2.0" edition = "2018" authors = ["Alekos Filini ", "Riccardo Casatta "] homepage = "https://bitcoindevkit.org"