From 31174dd2e824584a958897fa5af1f7a2d1549a44 Mon Sep 17 00:00:00 2001 From: mizukmb Date: Thu, 31 Oct 2019 22:56:35 +0900 Subject: [PATCH] Bump v1.1.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a304bee..514c4ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -344,7 +344,7 @@ dependencies = [ [[package]] name = "esa-nippou" -version = "1.1.0" +version = "1.1.1" dependencies = [ "chrono 0.4.8 (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 04bdeb9..bf3ffee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "esa-nippou" -version = "1.1.0" +version = "1.1.1" authors = ["mizukmb "] edition = "2018"