diff --git a/Cargo.lock b/Cargo.lock index a08ca33..ca7c0ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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)", diff --git a/Cargo.toml b/Cargo.toml index 8bd7089..4e2c557 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phetch" -version = "0.1.12-dev" +version = "0.1.12" authors = ["dvkt "] license = "MIT" edition = "2018" diff --git a/README.md b/README.md index b29f9e8..ca3174b 100644 --- a/README.md +++ b/README.md @@ -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