(cargo-release) version 0.1.12

pull/14/head v0.1.12
dvkt 4 years ago
parent 356024e5b8
commit ca79ccbf0c

2
Cargo.lock generated

@ -137,7 +137,7 @@ dependencies = [
[[package]]
name = "phetch"
version = "0.1.12-dev"
version = "0.1.12"
dependencies = [
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",

@ -1,6 +1,6 @@
[package]
name = "phetch"
version = "0.1.12-dev"
version = "0.1.12"
authors = ["dvkt <c@dvkt.io>"]
license = "MIT"
edition = "2018"

@ -46,9 +46,9 @@ the gophersphere.
Binaries for linux, mac, and raspberry pi are available
at https://github.com/dvkt/phetch/releases:
- [phetch-v0.1.11-linux-x86_64.tgz][0]
- [phetch-v0.1.11-linux-armv7.tgz (RPi)][1]
- [phetch-v0.1.11-macos.zip][2]
- [phetch-v0.1.12-linux-x86_64.tgz][0]
- [phetch-v0.1.12-linux-armv7.tgz (RPi)][1]
- [phetch-v0.1.12-macos.zip][2]
Just unzip/untar the `phetch` program into your $PATH and get going!
@ -121,6 +121,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/dvkt/phetch/releases/download/v0.1.11/phetch-v0.1.11-linux-x86_64.tgz
[1]: https://github.com/dvkt/phetch/releases/download/v0.1.11/phetch-v0.1.11-linux-armv7.tgz
[2]: https://github.com/dvkt/phetch/releases/download/v0.1.11/phetch-v0.1.11-macos.zip
[0]: https://github.com/dvkt/phetch/releases/download/v0.1.12/phetch-v0.1.12-linux-x86_64.tgz
[1]: https://github.com/dvkt/phetch/releases/download/v0.1.12/phetch-v0.1.12-linux-armv7.tgz
[2]: https://github.com/dvkt/phetch/releases/download/v0.1.12/phetch-v0.1.12-macos.zip

Loading…
Cancel
Save