diff options
author | Muxi Yan <mxyan@google.com> | 2017-02-06 13:53:12 -0800 |
---|---|---|
committer | Muxi Yan <mxyan@google.com> | 2017-02-06 13:53:12 -0800 |
commit | 703d36879467950cc716e203f47748a2927093b0 (patch) | |
tree | c14b47c464e35e0948344ac044077e82cc461d2c /src/node/health_check/package.json | |
parent | f24eae2d621f81a800dfcd3da82c193ef9e7b6c3 (diff) | |
parent | 7c54d2929c31b00149ec77cd1c753e2175b1f35f (diff) |
Merge remote-tracking branch 'upstream/v1.1.x' into automate-objc-version-advancement-v1.1.x
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 c67f6d4c8b..1a59c101dd 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-pre1", + "version": "1.1.1", "author": "Google Inc.", "description": "Health check service for use with gRPC", "repository": { @@ -15,7 +15,7 @@ } ], "dependencies": { - "grpc": "^1.1.0-pre1", + "grpc": "^1.1.1", "lodash": "^3.9.3", "google-protobuf": "^3.0.0" }, |