diff --git a/Cargo.lock b/Cargo.lock index 6107dd9..cade244 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.3" +version = "0.1.4" dependencies = [ "termion 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/Cargo.toml b/Cargo.toml index 0a0830e..7d79568 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phetch" -version = "0.1.3" +version = "0.1.4" authors = ["dvkt "] license = "MIT" edition = "2018" diff --git a/README.md b/README.md index e0fe815..48ebfd7 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,9 @@ Binaries for Linux, Mac, and Raspberry Pi are available at https://github.com/dvkt/phetch/releases: -- [phetch-linux-x86_64.tar.gz](https://github.com/dvkt/phetch/releases/download/v0.1.3/phetch-linux-x86_64.tar.gz) -- [phetch-linux-armv7.tar.gz (RPi)](https://github.com/dvkt/phetch/releases/download/v0.1.3/phetch-linux-armv7.tar.gz) -- [phetch-macos.zip](https://github.com/dvkt/phetch/releases/download/v0.1.3/phetch-macos.zip) +- [phetch-v0.1.4-linux-x86_64.tar.gz](https://github.com/dvkt/phetch/releases/download/v0.1.4/phetch-v0.1.4-linux-x86_64.tar.gz) +- [phetch-v0.1.4-linux-armv7.tar.gz (RPi)](https://github.com/dvkt/phetch/releases/download/v0.1.4/phetch-v0.1.4-linux-armv7.tar.gz) +- [phetch-v0.1.4-macos.zip](https://github.com/dvkt/phetch/releases/download/v0.1.4/phetch-v0.1.4-macos.zip) Just unzip/untar the `phetch` program into your $PATH and get going!