aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2015-08-31 15:56:15 -0700
committerGravatar murgatroid99 <mlumish@google.com>2015-08-31 15:56:15 -0700
commitb6c6efdd005c231af0cb31a8db38877e6f494d2b (patch)
tree9789cc3fe8d55f806a1a78ca3f405f2df85aecef /src
parente28e140afd0cb76de807375f28684e3d963931c4 (diff)
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/",