aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/health_check/package.json
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2017-01-23 14:56:30 -0800
committerGravatar GitHub <noreply@github.com>2017-01-23 14:56:30 -0800
commit196fdc422c4f8d017a22c3465fda8606a2d1ee07 (patch)
treee7164efa7c10ed264dffb6574259422d549a5940 /src/node/health_check/package.json
parent889b0a45352928e2a815c34d5f849be9641284b0 (diff)
parentda83b376ebb03818221c823c6b53162b79d0b389 (diff)
Merge pull request #9452 from nicolasnoble/version-change
Changing versions from -dev to -pre1 on the release branch.
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..c67f6d4c8b 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.1.0-pre1",
"author": "Google Inc.",
"description": "Health check service for use with gRPC",
"repository": {
@@ -15,7 +15,7 @@
}
],
"dependencies": {
- "grpc": "^1.1.0-dev",
+ "grpc": "^1.1.0-pre1",
"lodash": "^3.9.3",
"google-protobuf": "^3.0.0"
},