(cargo-release) version 0.1.13

pull/14/head v0.1.13
chris west 4 years ago
parent 6806e113a6
commit 4ad58d90ee

2
Cargo.lock generated

@ -160,7 +160,7 @@ dependencies = [
[[package]]
name = "phetch"
version = "0.1.13-dev"
version = "0.1.13"
dependencies = [
"atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",

@ -1,6 +1,6 @@
[package]
name = "phetch"
version = "0.1.13-dev"
version = "0.1.13"
authors = ["chris west <c@xvxx.io>"]
license = "MIT"
edition = "2018"
@ -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"

@ -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!
@ -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

Loading…
Cancel
Save