Merge pull request #3173 from murgatroid99/node_version_update_0.11
Update Node verison to 0.11 and status to 'Beta'
This commit is contained in:
commit
0ed119d25d
|
|
@ -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…
Reference in New Issue