diff --git a/Cargo.lock b/Cargo.lock index c55f629..e77371b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -379,7 +379,7 @@ dependencies = [ [[package]] name = "phetch" -version = "0.9.0-dev" +version = "0.9.0" dependencies = [ "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", "criterion 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 8d684c9..c545e3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phetch" -version = "0.9.0-dev" +version = "0.9.0" authors = ["chris west "] license = "MIT" edition = "2018" @@ -53,4 +53,4 @@ libc = "0.2.66" atty = "0.2.14" tor-stream = { version = "0.2.0", optional = true } -native-tls = { version = "0.2", optional = true } \ No newline at end of file +native-tls = { version = "0.2", optional = true } diff --git a/README.md b/README.md index 7803032..4df1f06 100644 --- a/README.md +++ b/README.md @@ -62,9 +62,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.13-linux-x86_64.tgz][0] -- [phetch-v0.1.13-linux-armv7.tgz (Raspberry Pi)][1] -- [phetch-v0.1.13-macos.zip][2] +- [phetch-v0.9.0-linux-x86_64.tgz][0] +- [phetch-v0.9.0-linux-armv7.tgz (Raspberry Pi)][1] +- [phetch-v0.9.0-macos.zip][2] Just unzip/untar the `phetch` program into your $PATH and get going! @@ -135,7 +135,7 @@ To enable just TLS support, or just Tor support, use `--features`: - [ ] 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.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]: https://github.com/xvxx/phetch/releases/download/v0.9.0/phetch-v0.9.0-linux-x86_64.tgz +[1]: https://github.com/xvxx/phetch/releases/download/v0.9.0/phetch-v0.9.0-linux-armv7.tgz +[2]: https://github.com/xvxx/phetch/releases/download/v0.9.0/phetch-v0.9.0-macos.zip [phd]: https://github.com/xvxx/phd