Skip to content

Commit cc30133

Browse files
committed
Release 0.0.3
1 parent 2336b90 commit cc30133

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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.2/gopass-jsonapi-encode_0.0.2_linux_x86_64.tar.gz | tar xz
43+
curl -L https://github.com/sgreben/gopass-jsonapi-encode/releases/download/0.0.3/gopass-jsonapi-encode_0.0.3_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.2/gopass-jsonapi-encode_0.0.2_osx_x86_64.tar.gz | tar xz
46+
curl -L https://github.com/sgreben/gopass-jsonapi-encode/releases/download/0.0.3/gopass-jsonapi-encode_0.0.3_osx_x86_64.tar.gz | tar xz
4747

4848
# Windows
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
49+
curl -LO https://github.com/sgreben/gopass-jsonapi-encode/releases/download/0.0.3/gopass-jsonapi-encode_0.0.3_windows_x86_64.zip
50+
unzip gopass-jsonapi-encode_0.0.3_windows_x86_64.zip
5151
```

0 commit comments

Comments
 (0)