Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
izumin5210 committed Apr 18, 2018
1 parent 3b1f42c commit 62ef1cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 ?= 0
VERSION_BUILD ?= 1

VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)
REVISION ?= $(shell git describe --always)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
- Provides gRPC and HTTP JSON API with single implementation by using [grpc-gateway](https://github.com/grpc-ecosystem/grpc-gateway)
- Generates codes based on [google's API design guideline](https://cloud.google.com/apis/design/)

[![asciicast](https://asciinema.org/a/172436.png)](https://asciinema.org/a/172436)
[![asciicast](https://asciinema.org/a/176280.png)](https://asciinema.org/a/176280)

## Getting Started
### Installation
Expand All @@ -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.0/grapi_linux_amd64 && chmod +x grapi && sudo mv grapi /usr/local/bin`
- `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`
- masOS:
- `curl -Lo grapi https://github.com/izumin5210/grapi/releases/download/v0.2.0/grapi_darwin_amd64 && chmod +x grapi && sudo mv grapi /usr/local/bin`
- `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`

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

0 comments on commit 62ef1cf

Please sign in to comment.