2
0
mirror of https://github.com/xvxx/phd synced 2024-11-04 18:00:22 +00:00
This commit is contained in:
dvkt 2019-12-28 14:16:16 -08:00
parent 9dee2bf249
commit 340c53d91c
3 changed files with 5 additions and 5 deletions

2
Cargo.lock generated
View File

@ -42,7 +42,7 @@ dependencies = [
[[package]]
name = "phd"
version = "0.1.1"
version = "0.1.2"
dependencies = [
"content_inspector 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
"gophermap 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",

View File

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

View File

@ -78,9 +78,9 @@ then:
binaries for linux, mac, and raspberry pi are available at https://github.com/dvkt/phd/releases:
- [phetch-v0.1.1-linux-x86_64.tar.gz](https://github.com/dvkt/phd/releases/download/v0.1.1/phetch-v0.1.1-linux-x86_64.tar.gz)
- [phetch-v0.1.1-linux-armv7.tar.gz (RPi)](https://github.com/dvkt/phd/releases/download/v0.1.1/phetch-v0.1.1-linux-armv7.tar.gz)
- [phetch-v0.1.1-macos.zip](https://github.com/dvkt/phetch/phd/download/v0.1.1/phetch-v0.1.1-macos.zip)
- [phetch-v0.1.2-linux-x86_64.tar.gz](https://github.com/dvkt/phd/releases/download/v0.1.2/phetch-v0.1.2-linux-x86_64.tar.gz)
- [phetch-v0.1.2-linux-armv7.tar.gz (RPi)](https://github.com/dvkt/phd/releases/download/v0.1.2/phetch-v0.1.2-linux-armv7.tar.gz)
- [phetch-v0.1.2-macos.zip](https://github.com/dvkt/phetch/phd/download/v0.1.2/phetch-v0.1.2-macos.zip)
just unzip/untar the `phd` program into your $PATH and get going!