diff --git a/Cargo.lock b/Cargo.lock index 67f640c..7ea1fd2 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.10" +version = "0.1.11-dev" dependencies = [ "termion 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/Cargo.toml b/Cargo.toml index 95a6d7f..6eede6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phetch" -version = "0.1.10" +version = "0.1.11-dev" authors = ["dvkt "] license = "MIT" edition = "2018"