From a1f7260de8e5f14664f7519628a618982e7928ca Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Sun, 21 Apr 2019 16:56:19 -0700 Subject: [PATCH] tmkms v0.6.0-alpha1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0dd8d51..ab2e552 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1167,7 +1167,7 @@ dependencies = [ [[package]] name = "tmkms" -version = "0.5.0" +version = "0.6.0-alpha1" dependencies = [ "abscissa 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "abscissa_derive 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 7c33604..4a28829 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tmkms" description = "Tendermint Key Management System" -version = "0.5.0" +version = "0.6.0-alpha1" authors = ["Tony Arcieri ", "Ismail Khoffi "] license = "Apache-2.0" homepage = "https://github.com/tendermint/kms/"