From ba6c6102c9a13dd5644694e5117a5b54ab6fbddd Mon Sep 17 00:00:00 2001 From: dvkt Date: Tue, 31 Dec 2019 01:56:37 -0800 Subject: [PATCH] next version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 25af40b..024a7e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -12,7 +12,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "phetch" -version = "0.1.6" +version = "0.1.7-dev" dependencies = [ "termion 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/Cargo.toml b/Cargo.toml index 1a27f47..9e54f89 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phetch" -version = "0.1.6" +version = "0.1.7-dev" authors = ["dvkt "] license = "MIT" edition = "2018"