diff --git a/Cargo.lock b/Cargo.lock index 2ffe8a7..a14d563 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -42,7 +42,7 @@ dependencies = [ [[package]] name = "phd" -version = "0.1.0" +version = "0.1.1" 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)", diff --git a/Cargo.toml b/Cargo.toml index 582078c..de6290d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phd" -version = "0.1.0" +version = "0.1.1" authors = ["dvkt "] license = "MIT" edition = "2018" diff --git a/README.md b/README.md index e463386..fef4b6c 100644 --- a/README.md +++ b/README.md @@ -78,9 +78,9 @@ then: binaries for linux, mac, and raspberry pi are available at https://github.com/dvkt/phd/releases: -- [phetch-v0.1.0-linux-x86_64.tar.gz](https://github.com/dvkt/phd/releases/download/v0.1.0/phetch-v0.1.0-linux-x86_64.tar.gz) -- [phetch-v0.1.0-linux-armv7.tar.gz (RPi)](https://github.com/dvkt/phd/releases/download/v0.1.0/phetch-v0.1.0-linux-armv7.tar.gz) -- [phetch-v0.1.0-macos.zip](https://github.com/dvkt/phetch/phd/download/v0.1.0/phetch-v0.1.0-macos.zip) +- [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) just unzip/untar the `phd` program into your $PATH and get going!