diff --git a/Cargo.lock b/Cargo.lock index 25af40b..024a7e2 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.6" +version = "0.1.7-dev" dependencies = [ "termion 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/Cargo.toml b/Cargo.toml index 1a27f47..9e54f89 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phetch" -version = "0.1.6" +version = "0.1.7-dev" authors = ["dvkt "] license = "MIT" edition = "2018"