summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile10
-rw-r--r--README.md12
2 files changed, 14 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index e78cb10..12d5c54 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION = 1.1.6
+VERSION = 1.1.7
APP := jp
PACKAGES := $(shell go list -f {{.Dir}} ./...)
@@ -13,7 +13,13 @@ clean:
release-ci: README.md zip
-release:
+release: README.md
+ git reset
+ git add README.md
+ git commit -am "Update README.md"
+ git reset
+ git add Makefile
+ git commit -am "Update Makefile"
git tag "$(VERSION)"
git push origin "$(VERSION)"
diff --git a/README.md b/README.md
index 25faf25..01258aa 100644
--- a/README.md
+++ b/README.md
@@ -37,16 +37,16 @@ Or [download the binary](https://github.com/sgreben/jp/releases/latest) from the
```bash
# Linux
-curl -LO https://github.com/sgreben/jp/releases/download/1.1.5/jp_1.1.5_linux_x86_64.zip
-unzip jp_1.1.5_linux_x86_64.zip
+curl -LO https://github.com/sgreben/jp/releases/download/1.1.7/jp_1.1.7_linux_x86_64.zip
+unzip jp_1.1.7_linux_x86_64.zip
# OS X
-curl -LO https://github.com/sgreben/jp/releases/download/1.1.5/jp_1.1.5_osx_x86_64.zip
-unzip jp_1.1.5_osx_x86_64.zip
+curl -LO https://github.com/sgreben/jp/releases/download/1.1.7/jp_1.1.7_osx_x86_64.zip
+unzip jp_1.1.7_osx_x86_64.zip
# Windows
-curl -LO https://github.com/sgreben/jp/releases/download/1.1.5/jp_1.1.5_windows_x86_64.zip
-unzip jp_1.1.5_windows_x86_64.zip
+curl -LO https://github.com/sgreben/jp/releases/download/1.1.7/jp_1.1.7_windows_x86_64.zip
+unzip jp_1.1.7_windows_x86_64.zip
```
## Use it