From ae6d4bb9e8d4bed109e0a814d38c3f03d672291c Mon Sep 17 00:00:00 2001 From: dvkt Date: Mon, 6 Jan 2020 02:18:20 -0800 Subject: [PATCH] (cargo-release) start next development iteration 0.1.12-dev --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 235c7a3..7c365c7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -137,7 +137,7 @@ dependencies = [ [[package]] name = "phetch" -version = "0.1.11" +version = "0.1.12-dev" dependencies = [ "native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "termion 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index c302f44..e0959dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phetch" -version = "0.1.11" +version = "0.1.12-dev" authors = ["dvkt "] license = "MIT" edition = "2018"