pull/6/head v0.1.4
dvkt 4 years ago
parent 8e46f7fd04
commit 7fc541a9c3

2
Cargo.lock generated

@ -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)",
]

@ -1,6 +1,6 @@
[package]
name = "phetch"
version = "0.1.3"
version = "0.1.4"
authors = ["dvkt <c@dvkt.io>"]
license = "MIT"
edition = "2018"

@ -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!

Loading…
Cancel
Save