From c49c20ed6ba8ca4d847aebd90207b415e17786fb Mon Sep 17 00:00:00 2001 From: chris west Date: Tue, 25 Feb 2020 12:16:50 -0800 Subject: [PATCH] (cargo-release) version 0.9.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c1796aa..1ee2036 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -379,7 +379,7 @@ dependencies = [ [[package]] name = "phetch" -version = "0.9.1-dev" +version = "0.9.1" 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 cdf2877..38e9641 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phetch" -version = "0.9.1-dev" +version = "0.9.1" authors = ["chris west "] license = "MIT" edition = "2018" diff --git a/README.md b/README.md index 222ecaf..26ff9fd 100644 --- a/README.md +++ b/README.md @@ -76,9 +76,9 @@ On Arch Linux, install phetch with your favorite [AUR helper][aur]: Binaries for Linux, Raspberry Pi, and Mac are available at https://github.com/xvxx/phetch/releases: -- [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] +- [phetch-v0.9.1-linux-x86_64.tgz][0] +- [phetch-v0.9.1-linux-armv7.tgz (Raspberry Pi)][1] +- [phetch-v0.9.1-macos.zip][2] Just unzip/untar the `phetch` program into your $PATH and get going! @@ -141,8 +141,8 @@ 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.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 +[0]: https://github.com/xvxx/phetch/releases/download/v0.9.1/phetch-v0.9.1-linux-x86_64.tgz +[1]: https://github.com/xvxx/phetch/releases/download/v0.9.1/phetch-v0.9.1-linux-armv7.tgz +[2]: https://github.com/xvxx/phetch/releases/download/v0.9.1/phetch-v0.9.1-macos.zip [phd]: https://github.com/xvxx/phd [aur]: https://wiki.archlinux.org/index.php/AUR_helpers