(cargo-release) version 0.1.4

pull/1/head v0.1.4
dvkt 4 years ago
parent 0fcde3cda4
commit 7966d84dd1

2
Cargo.lock generated

@ -42,7 +42,7 @@ dependencies = [
[[package]] [[package]]
name = "phd" name = "phd"
version = "0.1.4-dev" version = "0.1.4"
dependencies = [ dependencies = [
"content_inspector 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "gophermap 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",

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

@ -92,9 +92,9 @@ then:
binaries for linux, mac, and raspberry pi are available binaries for linux, mac, and raspberry pi are available
at https://github.com/dvkt/phd/releases: at https://github.com/dvkt/phd/releases:
- [phd-v0.1.3-linux-x86_64.tar.gz][0] - [phd-v0.1.4-x86_64.tar.gz][0]
- [phd-v0.1.3-linux-armv7.tar.gz (RPi)][1] - [phd-v0.1.4-armv7.tar.gz (RPi)][1]
- [phd-v0.1.3-macos.zip][2] - [phd-v0.1.4-macos.zip][2]
just unzip/untar the `phd` program into your $PATH and get going! just unzip/untar the `phd` program into your $PATH and get going!
@ -116,7 +116,7 @@ just unzip/untar the `phd` program into your $PATH and get going!
- [ ] man page - [ ] man page
- [ ] ipv6 - [ ] ipv6
[0]: https://github.com/dvkt/phd/releases/download/v0.1.3/phd-v0.1.3-linux-x86_64.tar.gz [0]: https://github.com/dvkt/phd/releases/download/v0.1.3/phd-v0.1.4-x86_64.tar.gz
[1]: https://github.com/dvkt/phd/releases/download/v0.1.3/phd-v0.1.3-linux-armv7.tar.gz [1]: https://github.com/dvkt/phd/releases/download/v0.1.3/phd-v0.1.4-armv7.tar.gz
[2]: https://github.com/dvkt/phd/releases/download/v0.1.3/phd-v0.1.3-macos.zip [2]: https://github.com/dvkt/phd/releases/download/v0.1.3/phd-v0.1.4-macos.zip
[map]: https://en.wikipedia.org/wiki/Gopher_(protocol)#Source_code_of_a_menu [map]: https://en.wikipedia.org/wiki/Gopher_(protocol)#Source_code_of_a_menu

Loading…
Cancel
Save