diff --git a/Cargo.lock b/Cargo.lock index 8171a57..de69ef7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1254,7 +1254,7 @@ dependencies = [ [[package]] name = "tmkms" -version = "0.6.0-alpha1" +version = "0.6.0-alpha2" dependencies = [ "abscissa 0.1.0-pre.2 (registry+https://github.com/rust-lang/crates.io-index)", "atomicwrites 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index ee2f4f9..192789e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tmkms" description = "Tendermint Key Management System" -version = "0.6.0-alpha1" +version = "0.6.0-alpha2" authors = ["Tony Arcieri ", "Ismail Khoffi "] license = "Apache-2.0" homepage = "https://github.com/tendermint/kms/"