From 75ae884ec1b6095d87f86dcfe1e69dca93538ced Mon Sep 17 00:00:00 2001 From: dvkt Date: Mon, 6 Jan 2020 02:18:03 -0800 Subject: [PATCH] (cargo-release) version 0.1.11 --- 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 5b4b290..235c7a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -137,7 +137,7 @@ dependencies = [ [[package]] name = "phetch" -version = "0.1.11-dev" +version = "0.1.11" dependencies = [ "native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "termion 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index ffc19dd..c302f44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phetch" -version = "0.1.11-dev" +version = "0.1.11" authors = ["dvkt "] license = "MIT" edition = "2018" diff --git a/README.md b/README.md index c68e9e8..b784a80 100644 --- a/README.md +++ b/README.md @@ -39,9 +39,9 @@ the gophersphere. binaries for linux, mac, and raspberry pi are available at https://github.com/dvkt/phetch/releases: -- [phetch-v0.1.10-linux-x86_64.tar.gz][0] -- [phetch-v0.1.10-linux-armv7.tar.gz (RPi)][1] -- [phetch-v0.1.10-macos.zip][2] +- [phetch-v0.1.11-linux-x86_64.tar.gz][0] +- [phetch-v0.1.11-linux-armv7.tar.gz (RPi)][1] +- [phetch-v0.1.11-macos.zip][2] just unzip/untar the `phetch` program into your $PATH and get going! @@ -102,6 +102,6 @@ to build with TLS support on **linux**, you need `openssl` and - [ ] 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.10/phetch-v0.1.10-linux-x86_64.tar.gz -[1]: https://github.com/dvkt/phetch/releases/download/v0.1.10/phetch-v0.1.10-linux-armv7.tar.gz -[2]: https://github.com/dvkt/phetch/releases/download/v0.1.10/phetch-v0.1.10-macos.zip +[0]: https://github.com/dvkt/phetch/releases/download/v0.1.11/phetch-v0.1.11-linux-x86_64.tar.gz +[1]: https://github.com/dvkt/phetch/releases/download/v0.1.11/phetch-v0.1.11-linux-armv7.tar.gz +[2]: https://github.com/dvkt/phetch/releases/download/v0.1.11/phetch-v0.1.11-macos.zip