Skip to content

Commit

Permalink
0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hrntknr committed Sep 13, 2020
1 parent 13e3d37 commit b3dafcc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 = "ntf"
version = "0.1.5"
version = "0.1.7"
authors = ["Takanori Hirano <hrn.takanori@gmail.com>"]
edition = "2018"

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ However, support for the backend type is poorer than ntfy.

```sh
$ # for linux
$ sudo curl -L https://github.com/hrntknr/ntf/releases/download/v0.1.5/ntf-x86_64-unknown-linux-gnu -o /usr/local/bin/ntf
$ sudo curl -L https://github.com/hrntknr/ntf/releases/download/v0.1.7/ntf-x86_64-unknown-linux-gnu -o /usr/local/bin/ntf
$ # for mac
$ # sudo curl -L https://github.com/hrntknr/ntf/releases/download/v0.1.5/ntf-x86_64-apple-darwin -o /usr/local/bin/ntf
$ # sudo curl -L https://github.com/hrntknr/ntf/releases/download/v0.1.7/ntf-x86_64-apple-darwin -o /usr/local/bin/ntf
$ sudo chmod +x /usr/local/bin/ntf

$ echo -e 'backends: ["pushover"]\npushover: {"user_key": "t0k3n"}' > ~/.ntf.yml
Expand Down

0 comments on commit b3dafcc

Please sign in to comment.