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
can turn off colors with the `NO_COLOR` env variable or you can

2
Cargo.lock generated

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

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

Loading…
Cancel
Save