diff --git a/CHANGELOG.md b/CHANGELOG.md index 900d39b..b9721f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## v1.2.0-dev +## v1.1.1-dev phetch is all about fun colors, but your options have always been limited. You could turn off colors via `NO_COLOR` env variable or diff --git a/Cargo.lock b/Cargo.lock index e738f2c..9503ee4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -205,7 +205,7 @@ dependencies = [ [[package]] name = "phetch" -version = "1.2.0-dev" +version = "1.1.1-dev" dependencies = [ "atty", "cp437", diff --git a/Cargo.toml b/Cargo.toml index 9027178..72b6695 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phetch" -version = "1.2.0-dev" +version = "1.1.1-dev" authors = ["chris west "] license = "MIT" edition = "2018"