From 4717780bfb5680b65611a9780e6d22699a3fe8dc Mon Sep 17 00:00:00 2001 From: chris west Date: Sat, 9 May 2020 00:03:59 -0700 Subject: [PATCH] (cargo-release) start next development iteration 0.1.10-dev --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 395ed0d..53b2db9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -47,7 +47,7 @@ dependencies = [ [[package]] name = "phd" -version = "0.1.9" +version = "0.1.10-dev" dependencies = [ "alphanumeric-sort 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", "content_inspector 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 288dfe4..f62fb90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phd" -version = "0.1.9" +version = "0.1.10-dev" authors = ["chris west "] license = "MIT" edition = "2018"