From 1b84e9df817e033cd6beebd7ea50ceaeece53ea5 Mon Sep 17 00:00:00 2001 From: dvkt Date: Tue, 24 Dec 2019 00:18:08 -0800 Subject: [PATCH] 0.1.1 --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- README.md | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9caa026..90622d2 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.0" +version = "0.1.1" dependencies = [ "termion 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/Cargo.toml b/Cargo.toml index c3122e3..fbb16da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phetch" -version = "0.1.0" +version = "0.1.1" authors = ["dvkt "] [profile.release] @@ -10,4 +10,4 @@ panic = 'abort' opt-level = 'z' # Optimize for size. [dependencies] -termion = "1.5.3" \ No newline at end of file +termion = "1.5.3" diff --git a/README.md b/README.md index d6c2df5..d177476 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,9 @@ Once you've launched phetch, use `ctrl-h` to view the on-line help. Binaries for Linux and Mac are available at https://github.com/dvkt/phetch/releases: -- [phetch-linux-arm.tar.gz](https://github.com/dvkt/phetch/releases/download/v0.1.0/phetch-linux-arm.tar.gz) -- [phetch-linux-x86_64.tar.gz](https://github.com/dvkt/phetch/releases/download/v0.1.0/phetch-linux-x86_64.tar.gz) -- [phetch-macos.zip](https://github.com/dvkt/phetch/releases/download/v0.1.0/phetch-macos.zip) +- [phetch-linux-arm.tar.gz](https://github.com/dvkt/phetch/releases/download/v0.1.1/phetch-linux-arm.tar.gz) +- [phetch-linux-x86_64.tar.gz](https://github.com/dvkt/phetch/releases/download/v0.1.1/phetch-linux-x86_64.tar.gz) +- [phetch-macos.zip](https://github.com/dvkt/phetch/releases/download/v0.1.1/phetch-macos.zip) Just unzip/untar the `phetch` program into your $PATH and get going!