mirror of https://github.com/grpc/grpc-node.git
Update version to 1.3.1
This commit is contained in:
parent
a16643c8f9
commit
134d33f94d
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "grpc-health-check",
|
||||
"version": "1.3.1-pre1",
|
||||
"version": "1.3.1",
|
||||
"author": "Google Inc.",
|
||||
"description": "Health check service for use with gRPC",
|
||||
"repository": {
|
||||
|
@ -15,7 +15,7 @@
|
|||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"grpc": "^1.3.1-pre1",
|
||||
"grpc": "^1.3.1",
|
||||
"lodash": "^3.9.3",
|
||||
"google-protobuf": "^3.0.0"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "grpc-tools",
|
||||
"version": "1.3.1-pre1",
|
||||
"version": "1.3.1",
|
||||
"author": "Google Inc.",
|
||||
"description": "Tools for developing with gRPC on Node.js",
|
||||
"homepage": "http://www.grpc.io/",
|
||||
|
|
Loading…
Reference in New Issue