summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Geary <rtgnj42@gmail.com>2020-06-02 15:02:48 -0400
committerRyan Geary <rtgnj42@gmail.com>2020-06-02 15:02:48 -0400
commit588ff3ef1b6aca0d9cde993062ec9e6526bc0081 (patch)
tree4e58bd29aae463525f944a17ceeb969ed9ad54cd
parenta66621380b370c011de01a6d22dc2ebc638d0019 (diff)
Advance to v1.1.0v1.1.0
-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 7f97d7d..b1052a5 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 = "1.0.0"
+version = "1.1.0"
dependencies = [
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index d2e09d0..2501f5b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "choose"
-version = "1.0.0"
+version = "1.1.0"
authors = ["Ryan Geary <rtgnj42@gmail.com>"]
edition = "2018"