diff --git a/Cargo.lock b/Cargo.lock index 668a017..467ee4a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -42,7 +42,7 @@ dependencies = [ [[package]] name = "phd" -version = "0.1.10" +version = "0.1.11-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 56601f6..2bb8aeb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phd" -version = "0.1.10" +version = "0.1.11-dev" authors = ["chris west "] license = "MIT" edition = "2018"