diff --git a/Cargo.lock b/Cargo.lock index e741835..e65f52c 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.8" +version = "0.1.9-dev" dependencies = [ "termion 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/Cargo.toml b/Cargo.toml index ab5738f..e95e91f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phetch" -version = "0.1.8" +version = "0.1.9-dev" authors = ["dvkt "] license = "MIT" edition = "2018"