diff --git a/Cargo.lock b/Cargo.lock index d50e862..7108058 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -47,7 +47,7 @@ dependencies = [ [[package]] name = "phd" -version = "0.1.6-dev" +version = "0.1.6" dependencies = [ "alphanumeric-sort 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", "content_inspector 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index abffe72..6b39440 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phd" -version = "0.1.6-dev" +version = "0.1.6" authors = ["dvkt "] license = "MIT" edition = "2018" @@ -29,4 +29,4 @@ dev-version-ext = "dev" content_inspector = "0.2.4" threadpool = "1.7.1" gophermap = "0.1.2" -alphanumeric-sort = "1.0.11" \ No newline at end of file +alphanumeric-sort = "1.0.11" diff --git a/README.md b/README.md index 80d2134..a8416fa 100644 --- a/README.md +++ b/README.md @@ -138,9 +138,9 @@ of Gopher! binaries for linux, mac, and raspberry pi are available at gopher://phkt.io/1/releases/phd and https://github.com/dvkt/phd/releases: -- [phd-v0.1.5-linux-x86_64.tar.gz][0] -- [phd-v0.1.5-linux-armv7.tar.gz (RPi)][1] -- [phd-v0.1.5-macos.zip][2] +- [phd-v0.1.6-linux-x86_64.tar.gz][0] +- [phd-v0.1.6-linux-armv7.tar.gz (RPi)][1] +- [phd-v0.1.6-macos.zip][2] just unzip/untar the `phd` program into your $PATH and get going! @@ -162,7 +162,7 @@ just unzip/untar the `phd` program into your $PATH and get going! - [ ] man page - [ ] ipv6 -[0]: https://github.com/dvkt/phd/releases/download/v0.1.5/phd-v0.1.5-linux-x86_64.tar.gz -[1]: https://github.com/dvkt/phd/releases/download/v0.1.5/phd-v0.1.5-linux-armv7.tar.gz -[2]: https://github.com/dvkt/phd/releases/download/v0.1.5/phd-v0.1.5-macos.zip +[0]: https://github.com/dvkt/phd/releases/download/v0.1.6/phd-v0.1.6-linux-x86_64.tar.gz +[1]: https://github.com/dvkt/phd/releases/download/v0.1.6/phd-v0.1.6-linux-armv7.tar.gz +[2]: https://github.com/dvkt/phd/releases/download/v0.1.6/phd-v0.1.6-macos.zip [map]: https://en.wikipedia.org/wiki/Gopher_(protocol)#Source_code_of_a_menu