diff options
author | Stanley Cheung <stanley.cheung@gmail.com> | 2015-08-31 16:06:33 -0700 |
---|---|---|
committer | Stanley Cheung <stanley.cheung@gmail.com> | 2015-08-31 16:06:33 -0700 |
commit | 0ed119d25d2a51dc5e47aef85649748aec769ea3 (patch) | |
tree | 201828bedf94da6395dd88aee52fa148ab424b23 /src | |
parent | c88e8345712b6a6748e09954ded125914b9fe40c (diff) | |
parent | b6c6efdd005c231af0cb31a8db38877e6f494d2b (diff) |
Merge pull request #3173 from murgatroid99/node_version_update_0.11
Update Node verison to 0.11 and status to 'Beta'
Diffstat (limited to 'src')
-rw-r--r-- | src/node/README.md | 2 | ||||
-rw-r--r-- | src/node/package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/node/README.md b/src/node/README.md index c96bc96642..0b97680feb 100644 --- a/src/node/README.md +++ b/src/node/README.md @@ -1,7 +1,7 @@ # Node.js gRPC Library ## Status -Alpha : Ready for early adopters +Beta ## PREREQUISITES - `node`: This requires `node` to be installed. If you instead have the `nodejs` executable on Debian, you should install the [`nodejs-legacy`](https://packages.debian.org/sid/nodejs-legacy) package. diff --git a/src/node/package.json b/src/node/package.json index 756d41b0af..bb8987cc0d 100644 --- a/src/node/package.json +++ b/src/node/package.json @@ -1,6 +1,6 @@ { "name": "grpc", - "version": "0.10.0", + "version": "0.11.0", "author": "Google Inc.", "description": "gRPC Library for Node", "homepage": "http://www.grpc.io/", |