From 43ed53571db50bffb2ae1d446f0418655c0ac4f7 Mon Sep 17 00:00:00 2001 From: dvkt Date: Tue, 24 Dec 2019 14:32:58 -0800 Subject: [PATCH] v0.1.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 90622d2..41f254f 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.1" +version = "0.1.2" dependencies = [ "termion 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/Cargo.toml b/Cargo.toml index 4bc2667..4ff0ed4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phetch" -version = "0.1.1" +version = "0.1.2" authors = ["dvkt "] license = "MIT" edition = "2018" diff --git a/README.md b/README.md index 5acb644..6912d25 100644 --- a/README.md +++ b/README.md @@ -25,11 +25,11 @@ ## installation -Binaries for Linux and Mac are available at https://github.com/dvkt/phetch/releases: +Binaries for Linux, Mac, and Raspberry Pi are available at https://github.com/dvkt/phetch/releases: -- [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) +- [phetch-linux-x86_64.tar.gz](https://github.com/dvkt/phetch/releases/download/v0.1.2/phetch-linux-x86_64.tar.gz) +- [phetch-linux-armv7.tar.gz (RPi)](https://github.com/dvkt/phetch/releases/download/v0.1.2/phetch-linux-armv7.tar.gz) +- [phetch-macos.zip](https://github.com/dvkt/phetch/releases/download/v0.1.2/phetch-macos.zip) Just unzip/untar the `phetch` program into your $PATH and get going!