Going for 1.2.0

This commit is contained in:
David Garcia Quintas 2017-03-20 12:51:17 -07:00
parent f670532568
commit 1929a96d8c
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "grpc-health-check",
"version": "1.2.0-pre2",
"version": "1.2.0",
"author": "Google Inc.",
"description": "Health check service for use with gRPC",
"repository": {
@ -15,7 +15,7 @@
}
],
"dependencies": {
"grpc": "^1.2.0-pre2",
"grpc": "^1.2.0",
"lodash": "^3.9.3",
"google-protobuf": "^3.0.0"
},

View File

@ -1,6 +1,6 @@
{
"name": "grpc-tools",
"version": "1.2.0-pre2",
"version": "1.2.0",
"author": "Google Inc.",
"description": "Tools for developing with gRPC on Node.js",
"homepage": "http://www.grpc.io/",