diff options
Diffstat (limited to 'src/node/health_check/package.json')
-rw-r--r-- | src/node/health_check/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/node/health_check/package.json b/src/node/health_check/package.json index b94518260f..3067f02c6c 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.3.1", + "version": "1.3.2-pre1", "author": "Google Inc.", "description": "Health check service for use with gRPC", "repository": { @@ -15,7 +15,7 @@ } ], "dependencies": { - "grpc": "^1.3.1", + "grpc": "^1.3.2-pre1", "lodash": "^3.9.3", "google-protobuf": "^3.0.0" }, |