Skip to content

Commit

Permalink
(cargo-release) version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xvxx committed May 30, 2020
1 parent 155b30c commit a3c04be
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.0.3-dev
## v1.0.3

This release adds support for the `;` and `s` Gopher item types,
as well as the ability to play them in a media player. meaning
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.0.3-dev"
version = "1.0.3"
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 @@ -81,9 +81,9 @@ On Arch Linux, install phetch with your favorite [AUR helper][aur]:
Binaries for Linux, Raspberry Pi, and Mac are available at
https://github.com/xvxx/phetch/releases:

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

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

Expand Down Expand Up @@ -149,9 +149,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.0.2/phetch-v1.0.2-linux-x86_64.tgz
[1]: https://github.com/xvxx/phetch/releases/download/v1.0.2/phetch-v1.0.2-linux-armv7.tgz
[2]: https://github.com/xvxx/phetch/releases/download/v1.0.2/phetch-v1.0.2-macos.zip
[0]: https://github.com/xvxx/phetch/releases/download/v1.0.3/phetch-v1.0.3-linux-x86_64.tgz
[1]: https://github.com/xvxx/phetch/releases/download/v1.0.3/phetch-v1.0.3-linux-armv7.tgz
[2]: https://github.com/xvxx/phetch/releases/download/v1.0.3/phetch-v1.0.3-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 a3c04be

Please sign in to comment.