Skip to content

Commit dba007d

Browse files
committed
Release 0.0.2
1 parent f311da2 commit dba007d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 0.0.1
1+
VERSION = 0.0.2
22

33
APP := gopass-jsonapi-encode
44
PACKAGES := $(shell go list -f {{.Dir}} ./...)

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# gopass-jsonapi-encode
22

3-
Encode JSON as [gopass](github.com/gopasspw/gopass) JSONAPI messages.
3+
Encode JSON as [gopass](https://github.com/gopasspw/gopass) JSONAPI messages.
44

55
`gopass-jsonapi-encode` reads JSON on stdin and writes JSONAPI messages on stdout.
66

@@ -40,12 +40,12 @@ Or [download a binary](https://github.com/sgreben/gopass-jsonapi-encode/releases
4040

4141
```sh
4242
# Linux
43-
curl -L https://github.com/sgreben/gopass-jsonapi-encode/releases/download/0.0.1/gopass-jsonapi-encode_0.0.1_linux_x86_64.tar.gz | tar xz
43+
curl -L https://github.com/sgreben/gopass-jsonapi-encode/releases/download/0.0.2/gopass-jsonapi-encode_0.0.2_linux_x86_64.tar.gz | tar xz
4444

4545
# OS X
46-
curl -L https://github.com/sgreben/gopass-jsonapi-encode/releases/download/0.0.1/gopass-jsonapi-encode_0.0.1_osx_x86_64.tar.gz | tar xz
46+
curl -L https://github.com/sgreben/gopass-jsonapi-encode/releases/download/0.0.2/gopass-jsonapi-encode_0.0.2_osx_x86_64.tar.gz | tar xz
4747

4848
# Windows
49-
curl -LO https://github.com/sgreben/gopass-jsonapi-encode/releases/download/0.0.1/gopass-jsonapi-encode_0.0.1_windows_x86_64.zip
50-
unzip gopass-jsonapi-encode_0.0.1_windows_x86_64.zip
49+
curl -LO https://github.com/sgreben/gopass-jsonapi-encode/releases/download/0.0.2/gopass-jsonapi-encode_0.0.2_windows_x86_64.zip
50+
unzip gopass-jsonapi-encode_0.0.2_windows_x86_64.zip
5151
```

README.template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ${APP}
22

3-
Encode JSON as [gopass](github.com/gopasspw/gopass) JSONAPI messages.
3+
Encode JSON as [gopass](https://github.com/gopasspw/gopass) JSONAPI messages.
44

55
`${APP}` reads JSON on stdin and writes JSONAPI messages on stdout.
66

0 commit comments

Comments
 (0)