From a3987d7a15c5af8ce59d7b22cf5b08887109f5c3 Mon Sep 17 00:00:00 2001 From: chris west Date: Wed, 30 Sep 2020 18:51:17 -0700 Subject: [PATCH] (cargo-release) version 1.0.6 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 12 ++++++------ 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0d58b3..455a9df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## v1.0.6-dev +## v1.0.6 - More "reload" bugfixes. diff --git a/Cargo.lock b/Cargo.lock index e45d639..f7af544 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -160,7 +160,7 @@ dependencies = [ [[package]] name = "phetch" -version = "1.0.6-dev" +version = "1.0.6" dependencies = [ "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 95d1b9f..394b171 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phetch" -version = "1.0.6-dev" +version = "1.0.6" authors = ["chris west "] license = "MIT" edition = "2018" diff --git a/README.md b/README.md index 89cb7f7..a7c05ab 100644 --- a/README.md +++ b/README.md @@ -85,9 +85,9 @@ On NetBSD, phetch is included in the main pkgsrc repo: Binaries for Linux, Raspberry Pi, and Mac are available at https://github.com/xvxx/phetch/releases: -- [phetch-v1.0.5-linux-x86_64.tgz][0] -- [phetch-v1.0.5-linux-armv7.tgz (Raspberry Pi)][1] -- [phetch-v1.0.5-macos.zip][2] +- [phetch-v1.0.6-linux-x86_64.tgz][0] +- [phetch-v1.0.6-linux-armv7.tgz (Raspberry Pi)][1] +- [phetch-v1.0.6-macos.zip][2] Just unzip/untar the `phetch` program into your `$PATH` and get going! @@ -153,9 +153,9 @@ types" help page by pressing `ctrl-h` then `3` in phetch. - [ ] 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/v1.0.5/phetch-v1.0.5-linux-x86_64.tgz -[1]: https://github.com/xvxx/phetch/releases/download/v1.0.5/phetch-v1.0.5-linux-armv7.tgz -[2]: https://github.com/xvxx/phetch/releases/download/v1.0.5/phetch-v1.0.5-macos.zip +[0]: https://github.com/xvxx/phetch/releases/download/v1.0.6/phetch-v1.0.6-linux-x86_64.tgz +[1]: https://github.com/xvxx/phetch/releases/download/v1.0.6/phetch-v1.0.6-linux-armv7.tgz +[2]: https://github.com/xvxx/phetch/releases/download/v1.0.6/phetch-v1.0.6-macos.zip [phd]: https://github.com/xvxx/phd [aur]: https://wiki.archlinux.org/index.php/AUR_helpers [mpv]: https://github.com/mpv-player/mpv