Skip to content

Commit

Permalink
(cargo-release) version 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
xvxx committed Jan 1, 2020
1 parent 0fcde3c commit 7966d84
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "phd"
version = "0.1.4-dev"
version = "0.1.4"
authors = ["dvkt <[email protected]>"]
license = "MIT"
edition = "2018"
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ then:
binaries for linux, mac, and raspberry pi are available
at https://github.com/dvkt/phd/releases:

- [phd-v0.1.3-linux-x86_64.tar.gz][0]
- [phd-v0.1.3-linux-armv7.tar.gz (RPi)][1]
- [phd-v0.1.3-macos.zip][2]
- [phd-v0.1.4-x86_64.tar.gz][0]
- [phd-v0.1.4-armv7.tar.gz (RPi)][1]
- [phd-v0.1.4-macos.zip][2]

just unzip/untar the `phd` program into your $PATH and get going!

Expand All @@ -116,7 +116,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.3/phd-v0.1.3-linux-x86_64.tar.gz
[1]: https://github.com/dvkt/phd/releases/download/v0.1.3/phd-v0.1.3-linux-armv7.tar.gz
[2]: https://github.com/dvkt/phd/releases/download/v0.1.3/phd-v0.1.3-macos.zip
[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.4-armv7.tar.gz
[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

0 comments on commit 7966d84

Please sign in to comment.