From cb520708cfbd9582534c2f99ed7c71b28b47cffd Mon Sep 17 00:00:00 2001 From: dvkt Date: Tue, 31 Dec 2019 02:01:18 -0800 Subject: [PATCH] v0.1.7 --- 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 024a7e2..82c3d2d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -12,7 +12,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "phetch" -version = "0.1.7-dev" +version = "0.1.7" dependencies = [ "termion 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/Cargo.toml b/Cargo.toml index 9e54f89..60965d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phetch" -version = "0.1.7-dev" +version = "0.1.7" authors = ["dvkt "] license = "MIT" edition = "2018" diff --git a/README.md b/README.md index da3eb90..4c13d43 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,9 @@ the gophersphere. binaries for linux, mac, and raspberry pi are available at https://github.com/dvkt/phetch/releases: -- [phetch-v0.1.6-linux-x86_64.tar.gz][0] -- [phetch-v0.1.6-linux-armv7.tar.gz (RPi)][1] -- [phetch-v0.1.6-macos.zip][2] +- [phetch-v0.1.7-linux-x86_64.tar.gz][0] +- [phetch-v0.1.7-linux-armv7.tar.gz (RPi)][1] +- [phetch-v0.1.7-macos.zip][2] just unzip/untar the `phetch` program into your $PATH and get going! @@ -71,6 +71,6 @@ just unzip/untar the `phetch` program into your $PATH and get going! - [ ] TLS -- https://dataswamp.org/~solene/2019-03-07-gopher-server-tls.html - [ ] Fuzzy Find incremental search -[0]: https://github.com/dvkt/phetch/releases/download/v0.1.6/phetch-v0.1.6-linux-x86_64.tar.gz -[1]: https://github.com/dvkt/phetch/releases/download/v0.1.6/phetch-v0.1.6-linux-armv7.tar.gz -[2]: https://github.com/dvkt/phetch/releases/download/v0.1.6/phetch-v0.1.6-macos.zip +[0]: https://github.com/dvkt/phetch/releases/download/v0.1.7/phetch-v0.1.7-linux-x86_64.tar.gz +[1]: https://github.com/dvkt/phetch/releases/download/v0.1.7/phetch-v0.1.7-linux-armv7.tar.gz +[2]: https://github.com/dvkt/phetch/releases/download/v0.1.7/phetch-v0.1.7-macos.zip