summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey Grebenshchikov <sgreben@gmail.com>2018-03-30 16:29:19 +0200
committerSergey Grebenshchikov <sgreben@gmail.com>2018-03-30 16:29:31 +0200
commit8163b2fe63b3105699f1ec220ae2872575f44d8f (patch)
treecc9b09761ae7ac96dec76d233f1a92f8256dae99
parent3767bfeed74f39960fe3b12d85fd25dfc7a6edec (diff)
Update README.md
-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