From d3c3803ad74d2ec6014cbfc0020431c610f709b2 Mon Sep 17 00:00:00 2001 From: mikong Date: Thu, 18 Oct 2018 21:34:33 +0800 Subject: [PATCH] Chore: Bump version to 0.1.1 to test release. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fcec910..ed7dcca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -59,7 +59,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "hanbaiki" -version = "0.1.0" +version = "0.1.1" dependencies = [ "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 2a49dfb..2d913bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hanbaiki" -version = "0.1.0" +version = "0.1.1" authors = ["mikong ", "Mithi Sevilla "] publish = false