From 39d96f1222327b3be5fa1c751790ade81a8b7458 Mon Sep 17 00:00:00 2001 From: sorz Date: Thu, 30 Nov 2017 01:28:25 +0800 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3737617..9a6c1ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "moproxy" -version = "0.1.0" +version = "0.1.1" dependencies = [ "clap 2.28.0 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index ff7fb74..172796c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "moproxy" -version = "0.1.0" +version = "0.1.1" authors = ["sorz "] [dependencies]