aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanley.cheung@gmail.com>2015-08-31 16:06:33 -0700
committerGravatar Stanley Cheung <stanley.cheung@gmail.com>2015-08-31 16:06:33 -0700
commit0ed119d25d2a51dc5e47aef85649748aec769ea3 (patch)
tree201828bedf94da6395dd88aee52fa148ab424b23 /src
parentc88e8345712b6a6748e09954ded125914b9fe40c (diff)
parentb6c6efdd005c231af0cb31a8db38877e6f494d2b (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.md2
-rw-r--r--src/node/package.json2
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/",