Skip to content

Commit

Permalink
(cargo-release) version 0.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
xvxx committed Jan 12, 2020
1 parent 6806e11 commit 4ad58d9
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.1.13-dev"
version = "0.1.13"
authors = ["chris west <[email protected]>"]
license = "MIT"
edition = "2018"
Expand Down Expand Up @@ -35,4 +35,4 @@ termion = "1.5.3"
native-tls = "0.2"
libc = "0.2.66"
tor-stream = "0.2.0"
atty = "0.2.14"
atty = "0.2.14"
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,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.12-linux-x86_64.tgz][0]
- [phetch-v0.1.12-linux-armv7.tgz (Raspberry Pi)][1]
- [phetch-v0.1.12-macos.zip][2]
- [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]

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

Expand Down Expand Up @@ -123,6 +123,6 @@ You can check whether TLS is enabled by visiting the About page:
- [ ] 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.12/phetch-v0.1.12-linux-x86_64.tgz
[1]: https://github.com/xvxx/phetch/releases/download/v0.1.12/phetch-v0.1.12-linux-armv7.tgz
[2]: https://github.com/xvxx/phetch/releases/download/v0.1.12/phetch-v0.1.12-macos.zip
[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 comments on commit 4ad58d9

Please sign in to comment.