summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Geary <rtgnj42@gmail.com>2020-08-13 17:51:05 -0400
committerRyan Geary <rtgnj42@gmail.com>2020-08-13 17:51:05 -0400
commit064efa3fcb5f1b39981f3726e5041cc06873d832 (patch)
treec848a0350f4b0f752cd384f9a780c942a079346e
parent76461e0a1dfdfe5d034a3f55d1aa75bc66698913 (diff)
Bump to version 1.3.1v1.3.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 dc47d43..cce89bc 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -43,7 +43,7 @@ checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
[[package]]
name = "choose"
-version = "1.3.0"
+version = "1.3.1"
dependencies = [
"backslash",
"lazy_static",
diff --git a/Cargo.toml b/Cargo.toml
index 0e46182..b34cc20 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "choose"
-version = "1.3.0"
+version = "1.3.1"
authors = ["Ryan Geary <rtgnj42@gmail.com>"]
edition = "2018"
license = "GPL-3.0-or-later"