From b6896febf1e9a7b82880b5b273150982bbca71a8 Mon Sep 17 00:00:00 2001 From: Sunshine Date: Tue, 21 Jan 2020 02:32:29 -0500 Subject: [PATCH] =?UTF-8?q?version=20bump=20(2.1.1=20=E2=86=92=202.1.2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1ff9ea9..7a0c211 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -523,7 +523,7 @@ dependencies = [ [[package]] name = "monolith" -version = "2.1.1" +version = "2.1.2" dependencies = [ "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index e7089c1..b92e100 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "monolith" -version = "2.1.1" +version = "2.1.2" edition = "2018" authors = [ "Sunshine ",