Bump version to 0.2.1-pre

This commit is contained in:
Romain Ruetschi
2018-04-01 21:35:31 +02:00
parent bee2895f20
commit cf3e4f5274
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -421,7 +421,7 @@ dependencies = [
[[package]] [[package]]
name = "rustysecrets-cli" name = "rustysecrets-cli"
version = "0.1.1-pre" version = "0.2.1-pre"
dependencies = [ dependencies = [
"clap 2.30.0 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.30.0 (registry+https://github.com/rust-lang/crates.io-index)",
"colored 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "colored 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "rustysecrets-cli" name = "rustysecrets-cli"
version = "0.2.0" version = "0.2.1-pre"
authors = ["Romain Ruetschi <romain.ruetschi@gmail.com>"] authors = ["Romain Ruetschi <romain.ruetschi@gmail.com>"]
description = "rustysecrets-cli is a command-line wrapper around RustySecrets, a Rust implementation of threshold Shamir's secret sharing" description = "rustysecrets-cli is a command-line wrapper around RustySecrets, a Rust implementation of threshold Shamir's secret sharing"