Skip to content

Commit

Permalink
chore: Release phetch version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xvxx committed Dec 4, 2022
1 parent fab9753 commit 0c970dc
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v1.1.1-dev
## v1.2.0

phetch is all about fun colors, but your options have always been
limited. You could turn off colors via `NO_COLOR` env variable or
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "phetch"
version = "1.1.1-dev"
version = "1.2.0"
authors = ["chris west <[email protected]>"]
license = "MIT"
edition = "2018"
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ On NetBSD, phetch is included in the main pkgsrc repo:
Binaries for Linux, Raspberry Pi, Mac and Android (termux) are available at
https://github.com/xvxx/phetch/releases:

- [phetch-v1.1.0-linux-x86_64.tgz][0]
- [phetch-v1.1.0-linux-armv7.tgz (Raspberry Pi)][1]
- [phetch-v1.1.0-macos.zip][2]
- [phetch-v1.2.0-linux-x86_64.tgz][0]
- [phetch-v1.2.0-linux-armv7.tgz (Raspberry Pi)][1]
- [phetch-v1.2.0-macos.zip][2]

Just unzip/untar the `phetch` program into your `$PATH` and get going!

Expand Down Expand Up @@ -173,9 +173,9 @@ types" help page by pressing `ctrl-h` then `3` in phetch.
- [ ] bookmarks: toggle instead of just prepending to the file
- [ ] bookmarks: save the title of the current page

[0]: https://github.com/xvxx/phetch/releases/download/v1.1.0/phetch-v1.1.0-linux-x86_64.tgz
[1]: https://github.com/xvxx/phetch/releases/download/v1.1.0/phetch-v1.1.0-linux-armv7.tgz
[2]: https://github.com/xvxx/phetch/releases/download/v1.1.0/phetch-v1.1.0-macos.zip
[0]: https://github.com/xvxx/phetch/releases/download/v1.2.0/phetch-v1.2.0-linux-x86_64.tgz
[1]: https://github.com/xvxx/phetch/releases/download/v1.2.0/phetch-v1.2.0-linux-armv7.tgz
[2]: https://github.com/xvxx/phetch/releases/download/v1.2.0/phetch-v1.2.0-macos.zip
[phd]: https://github.com/xvxx/phd
[aur]: https://wiki.archlinux.org/index.php/AUR_helpers
[mpv]: https://github.com/mpv-player/mpv
Expand Down

0 comments on commit 0c970dc

Please sign in to comment.