diff --git a/packages/grpc-web/README.md b/packages/grpc-web/README.md index ea4c10a3..38132ae3 100644 --- a/packages/grpc-web/README.md +++ b/packages/grpc-web/README.md @@ -39,14 +39,6 @@ You can download the `protoc-gen-grpc-web` protoc plugin from our Github Make sure they are both executable and are discoverable from your PATH. -For example, in MacOS, you can do: - -``` -$ sudo mv ~/Downloads/protoc-gen-grpc-web-1.1.0-darwin-x86_64 \ - /usr/local/bin/protoc-gen-grpc-web -$ chmod +x /usr/local/bin/protoc-gen-grpc-web -``` - 3. Generate your proto messages and the service client stub classes with `protoc` and the `protoc-gen-grpc-web` plugin. You can set the diff --git a/packages/grpc-web/package.json b/packages/grpc-web/package.json index 6a86b171..b6251b28 100644 --- a/packages/grpc-web/package.json +++ b/packages/grpc-web/package.json @@ -1,6 +1,6 @@ { "name": "grpc-web", - "version": "1.1.0", + "version": "1.2.0", "author": "Google Inc.", "description": "gRPC-Web Client Runtime Library", "homepage": "https://grpc.io/",