diff --git a/Cargo.lock b/Cargo.lock index 06af971..6a2f21f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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)", diff --git a/Cargo.toml b/Cargo.toml index 5455924..324cddd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phetch" -version = "0.1.13-dev" +version = "0.1.13" authors = ["chris west "] 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" \ No newline at end of file +atty = "0.2.14" diff --git a/README.md b/README.md index 12981e7..b62d16c 100644 --- a/README.md +++ b/README.md @@ -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