From 94ede800d08b5bf9e05dd216c0885ac44abf69d0 Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Tue, 24 Sep 2019 13:08:26 +1000 Subject: [PATCH] Release version 0.2.1 --- Cargo.lock | 4 ++-- btsieve/Cargo.toml | 2 +- cnd/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 096e9a4cc2..dfd6bd9b7b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -391,7 +391,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "btsieve" -version = "0.2.0" +version = "0.2.1" dependencies = [ "bitcoin_support 0.1.0", "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -569,7 +569,7 @@ dependencies = [ [[package]] name = "cnd" -version = "0.2.0" +version = "0.2.1" dependencies = [ "binary_macros 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", "bitcoin_rpc_test_helpers 0.1.0", diff --git a/btsieve/Cargo.toml b/btsieve/Cargo.toml index 4ccb5d934f..fc72fc927e 100644 --- a/btsieve/Cargo.toml +++ b/btsieve/Cargo.toml @@ -2,7 +2,7 @@ authors = ["CoBloX developers "] edition = "2018" name = "btsieve" -version = "0.2.0" +version = "0.2.1" description = "A b(lockchain) t(ransaction) sieve that allows clients to detect when certain events happen on a blockchain." [dependencies] diff --git a/cnd/Cargo.toml b/cnd/Cargo.toml index 681f1f684e..04c4f3e952 100644 --- a/cnd/Cargo.toml +++ b/cnd/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["CoBloX developers "] name = "cnd" -version = "0.2.0" +version = "0.2.1" edition = "2018" description = "Reference implementation of a COMIT network daemon."