aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanleycheung@google.com>2017-05-09 19:08:26 -0700
committerGravatar Stanley Cheung <stanleycheung@google.com>2017-05-09 19:08:26 -0700
commit0afa9abb790d3f6a966616e0e4a248105d766379 (patch)
tree47959b1269bc05198c053fe2ad04b56f787c12f7 /src/node
parent712ea0ac870e3f2a313277978ac3e9d3fdeeca11 (diff)
Bump to 1.3.2-pre1
Diffstat (limited to 'src/node')
-rw-r--r--src/node/health_check/package.json4
-rw-r--r--src/node/tools/package.json2
2 files changed, 3 insertions, 3 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"
},
diff --git a/src/node/tools/package.json b/src/node/tools/package.json
index 4556c127d9..61efa20352 100644
--- a/src/node/tools/package.json
+++ b/src/node/tools/package.json
@@ -1,6 +1,6 @@
{
"name": "grpc-tools",
- "version": "1.3.1",
+ "version": "1.3.2-pre1",
"author": "Google Inc.",
"description": "Tools for developing with gRPC on Node.js",
"homepage": "http://www.grpc.io/",