Skip to content

Commit

Permalink
(cargo-release) version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xvxx committed May 15, 2020
1 parent 9270cca commit ebe2ebc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
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.2-dev"
version = "1.0.2"
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 @@ -76,9 +76,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.1-linux-x86_64.tgz][0]
- [phetch-v1.0.1-linux-armv7.tgz (Raspberry Pi)][1]
- [phetch-v1.0.1-macos.zip][2]
- [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]

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

Expand Down Expand Up @@ -136,8 +136,8 @@ To enable just TLS support, or just Tor support, use `--features`:
- [ ] 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.1/phetch-v1.0.1-linux-x86_64.tgz
[1]: https://github.com/xvxx/phetch/releases/download/v1.0.1/phetch-v1.0.1-linux-armv7.tgz
[2]: https://github.com/xvxx/phetch/releases/download/v1.0.1/phetch-v1.0.1-macos.zip
[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
[phd]: https://github.com/xvxx/phd
[aur]: https://wiki.archlinux.org/index.php/AUR_helpers

0 comments on commit ebe2ebc

Please sign in to comment.