From 95934b3900f218ef26edeab634bce780fe5c9ec5 Mon Sep 17 00:00:00 2001 From: dvkt Date: Tue, 31 Dec 2019 01:02:36 -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 b1400e2..e490201 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.5" +version = "0.1.6-dev" dependencies = [ "termion 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/Cargo.toml b/Cargo.toml index fd957d1..2d39804 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phetch" -version = "0.1.5" +version = "0.1.6-dev" authors = ["dvkt "] license = "MIT" edition = "2018"