From 9b1ddbdd2e9303b7af23ca80f4000bacb66fce71 Mon Sep 17 00:00:00 2001 From: Jasmine Tai Date: Sat, 29 Feb 2020 22:15:55 -0800 Subject: [PATCH] Bump version to 0.2.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bd37a2c..3e0b9f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7,7 +7,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "coman" -version = "0.2.0" +version = "0.2.1" dependencies = [ "getargs 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index ca52b04..c18375a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coman" -version = "0.2.0" +version = "0.2.1" authors = ["Jasmine Tai "] edition = "2018" license = "GPL-3.0-or-later"