diff --git a/Cargo.lock b/Cargo.lock index 0160d18..5cd243f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -160,7 +160,7 @@ dependencies = [ [[package]] name = "phetch" -version = "1.0.4" +version = "1.0.5-dev" dependencies = [ "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index dec4319..fdf7db2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phetch" -version = "1.0.4" +version = "1.0.5-dev" authors = ["chris west "] license = "MIT" edition = "2018"