aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/health_check/package.json
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2017-03-09 15:00:26 -0800
committerGravatar David Garcia Quintas <dgq@google.com>2017-03-09 15:00:26 -0800
commit74cec10619c0998ba1507e76ee527bce47c660ce (patch)
tree4711d4d9ef3ce1bdc2611730d936a8c88db360a0 /src/node/health_check/package.json
parenteb064ec7b81b60c5e1eb47d6124d0c05056b3097 (diff)
Bumped version to 1.3.0-dev
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 8376339deb..e218f5a406 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.2.0-dev",
+ "version": "1.3.0-dev",
"author": "Google Inc.",
"description": "Health check service for use with gRPC",
"repository": {
@@ -15,7 +15,7 @@
}
],
"dependencies": {
- "grpc": "^1.2.0-dev",
+ "grpc": "^1.3.0-dev",
"lodash": "^3.9.3",
"google-protobuf": "^3.0.0"
},