summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRyan Geary <rtgnj42@gmail.com>2021-07-26 20:37:06 -0400
committerRyan Geary <rtgnj42@gmail.com>2021-07-26 20:40:50 -0400
commitcd71501b72532e7680eed368543654d817747614 (patch)
treeb1edaab006e7a3128f6856643faf3238cb51ffe7 /Cargo.toml
parent1970d0cc74bf25afdb71f433b0392208098f4607 (diff)
Create version 1.3.3v1.3.3
Fixes a bug that occurs when the input is an empty line and a negative choice is used, causing `choose` to crash
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ac79e01..c2df107 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "choose"
-version = "1.3.2"
+version = "1.3.3"
authors = ["Ryan Geary <rtgnj42@gmail.com>"]
edition = "2018"
license = "GPL-3.0-or-later"