Bump version to 0.1.1-pre

This commit is contained in:
Romain Ruetschi
2018-02-14 16:32:46 +01:00
parent 561e3fa28f
commit 45549ad26a
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -421,7 +421,7 @@ dependencies = [
[[package]]
name = "rustysecrets-cli"
version = "0.1.0"
version = "0.1.1-pre"
dependencies = [
"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)",

View File

@ -1,6 +1,6 @@
[package]
name = "rustysecrets-cli"
version = "0.1.0"
version = "0.1.1-pre"
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"