From 305c36b1a54b1fdfc331066d4ef2afc401cf9ff5 Mon Sep 17 00:00:00 2001 From: chris west Date: Sat, 11 Jan 2020 16:38:39 -0800 Subject: [PATCH] (cargo-release) start next development iteration 0.1.14-dev --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6a2f21f..2511253 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -160,7 +160,7 @@ dependencies = [ [[package]] name = "phetch" -version = "0.1.13" +version = "0.1.14-dev" dependencies = [ "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 324cddd..152a410 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phetch" -version = "0.1.13" +version = "0.1.14-dev" authors = ["chris west "] license = "MIT" edition = "2018"