aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/health_check/package.json
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-01-30 15:32:24 -0800
committerGravatar Craig Tiller <ctiller@google.com>2017-01-30 15:32:24 -0800
commit5cad46e218b3b42d5e9c10ee4e1c449b7ca23194 (patch)
treef611381038fbbd5bf25937160cf24bb7914aefc3 /src/node/health_check/package.json
parente4fae823cd2a1fc24a5327a29d6a8427f5101991 (diff)
Bump master version numbers
Diffstat (limited to 'src/node/health_check/package.json')
-rw-r--r--src/node/health_check/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/node/health_check/package.json b/src/node/health_check/package.json
index e673359809..8376339deb 100644
--- a/src/node/health_check/package.json
+++ b/src/node/health_check/package.json
@@ -1,6 +1,6 @@
{
"name": "grpc-health-check",
- "version": "1.1.0-dev",
+ "version": "1.2.0-dev",
"author": "Google Inc.",
"description": "Health check service for use with gRPC",
"repository": {
@@ -15,7 +15,7 @@
}
],
"dependencies": {
- "grpc": "^1.1.0-dev",
+ "grpc": "^1.2.0-dev",
"lodash": "^3.9.3",
"google-protobuf": "^3.0.0"
},