Merge pull request #3173 from murgatroid99/node_version_update_0.11

Update Node verison to 0.11 and status to 'Beta'
pull/3174/head
Stanley Cheung 9 years ago
commit 0ed119d25d
  1. 2
      src/node/README.md
  2. 2
      src/node/package.json

@ -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.

@ -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/",

Loading…
Cancel
Save