Skip to content

Commit

Permalink
(cargo-release) version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xvxx committed Feb 1, 2020
1 parent 24ba3fb commit 50d6db8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "phetch"
version = "0.9.0-dev"
version = "0.9.0"
authors = ["chris west <[email protected]>"]
license = "MIT"
edition = "2018"
Expand Down Expand Up @@ -53,4 +53,4 @@ libc = "0.2.66"
atty = "0.2.14"

tor-stream = { version = "0.2.0", optional = true }
native-tls = { version = "0.2", optional = true }
native-tls = { version = "0.2", optional = true }
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ On macOS you can install with [Homebrew](https://brew.sh/):
Binaries for Linux, Raspberry Pi, and Mac are available at
https://github.com/xvxx/phetch/releases:

- [phetch-v0.1.13-linux-x86_64.tgz][0]
- [phetch-v0.1.13-linux-armv7.tgz (Raspberry Pi)][1]
- [phetch-v0.1.13-macos.zip][2]
- [phetch-v0.9.0-linux-x86_64.tgz][0]
- [phetch-v0.9.0-linux-armv7.tgz (Raspberry Pi)][1]
- [phetch-v0.9.0-macos.zip][2]

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

Expand Down Expand Up @@ -135,7 +135,7 @@ 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/v0.1.13/phetch-v0.1.13-linux-x86_64.tgz
[1]: https://github.com/xvxx/phetch/releases/download/v0.1.13/phetch-v0.1.13-linux-armv7.tgz
[2]: https://github.com/xvxx/phetch/releases/download/v0.1.13/phetch-v0.1.13-macos.zip
[0]: https://github.com/xvxx/phetch/releases/download/v0.9.0/phetch-v0.9.0-linux-x86_64.tgz
[1]: https://github.com/xvxx/phetch/releases/download/v0.9.0/phetch-v0.9.0-linux-armv7.tgz
[2]: https://github.com/xvxx/phetch/releases/download/v0.9.0/phetch-v0.9.0-macos.zip
[phd]: https://github.com/xvxx/phd

0 comments on commit 50d6db8

Please sign in to comment.