next version is 1.2

pull/34/head
chris west 1 year ago
parent d90d8bad45
commit 2a55fc3763

@ -1,4 +1,4 @@
## v1.2.0 (dev) ## v1.2.0-dev
phetch is all about fun colors, but your options are limited. You phetch is all about fun colors, but your options are limited. You
can turn off colors with the `NO_COLOR` env variable or you can can turn off colors with the `NO_COLOR` env variable or you can

2
Cargo.lock generated

@ -205,7 +205,7 @@ dependencies = [
[[package]] [[package]]
name = "phetch" name = "phetch"
version = "1.1.1-dev" version = "1.2.0-dev"
dependencies = [ dependencies = [
"atty", "atty",
"cp437", "cp437",

@ -1,6 +1,6 @@
[package] [package]
name = "phetch" name = "phetch"
version = "1.1.1-dev" version = "1.2.0-dev"
authors = ["chris west <c@xvxx.io>"] authors = ["chris west <c@xvxx.io>"]
license = "MIT" license = "MIT"
edition = "2018" edition = "2018"
@ -31,7 +31,6 @@ pre-release-replacements = [
{file="README.md", search="/v\\d+\\.\\d+\\.\\d+/", replace="/v{{version}}/"}, {file="README.md", search="/v\\d+\\.\\d+\\.\\d+/", replace="/v{{version}}/"},
{file="CHANGELOG.md", search="\\d+\\.\\d+\\.\\d+-dev", replace="{{version}}"}, {file="CHANGELOG.md", search="\\d+\\.\\d+\\.\\d+-dev", replace="{{version}}"},
] ]
dev-version-ext = "dev"
[dependencies] [dependencies]
termion = "1.5.5" termion = "1.5.5"

Loading…
Cancel
Save