Skip to content

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
izumin5210 committed Jul 24, 2018
1 parent cb3d931 commit b423608
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

VERSION_MAJOR ?= 0
VERSION_MINOR ?= 2
VERSION_BUILD ?= 1
VERSION_BUILD ?= 2

VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)
REVISION ?= $(shell git describe --always)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ $ brew install izumin5210/tools/grapi
You should install `protoc` command from [google/protobuf](https://github.com/google/protobuf).

- Linux:
- `curl -Lo grapi https://github.com/izumin5210/grapi/releases/download/v0.2.1/grapi_linux_amd64 && chmod +x grapi && sudo mv grapi /usr/local/bin`
- `curl -Lo grapi https://github.com/izumin5210/grapi/releases/download/v0.2.2/grapi_linux_amd64 && chmod +x grapi && sudo mv grapi /usr/local/bin`
- masOS:
- `curl -Lo grapi https://github.com/izumin5210/grapi/releases/download/v0.2.1/grapi_darwin_amd64 && chmod +x grapi && sudo mv grapi /usr/local/bin`
- `curl -Lo grapi https://github.com/izumin5210/grapi/releases/download/v0.2.2/grapi_darwin_amd64 && chmod +x grapi && sudo mv grapi /usr/local/bin`

### Create a new application
```
Expand Down

0 comments on commit b423608

Please sign in to comment.