From 59ada49afdc918343c1c8eced5694760cd9fac11 Mon Sep 17 00:00:00 2001 From: Ryan Geary Date: Tue, 10 Mar 2020 00:23:04 -0400 Subject: Set version=0.1.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fa6fe3f..99a13bd 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.1.1" +version = "0.1.3" 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 21be88c..a9bbe48 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "choose" -version = "0.1.1" +version = "0.1.3" authors = ["Ryan Geary "] edition = "2018" -- cgit v1.2.3