summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Geary <rtgnj42@gmail.com>2019-09-29 17:49:22 -0400
committerRyan Geary <rtgnj42@gmail.com>2019-09-29 17:52:20 -0400
commit0b1a59ad2a55a81d58943a01da124e518450e15c (patch)
tree4315e43d7922bca3f90ac95f7ebbba33eb9b47e6
parente28bdcce122c28a78e443cf4238c37e29179eb56 (diff)
Bump version in Cargo.tomlv0.1.1
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c6244f0..fa6fe3f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -32,7 +32,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "choose"
-version = "0.2.0"
+version = "0.1.1"
dependencies = [
"regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"structopt 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 29e6e90..21be88c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "choose"
-version = "0.2.0"
+version = "0.1.1"
authors = ["Ryan Geary <rtgnj42@gmail.com>"]
edition = "2018"