Changing versions from -dev to -pre1 on the release branch.

This commit is contained in:
Nicolas "Pixel" Noble 2017-01-23 23:52:35 +01:00
parent 5f151daaa7
commit 4bd0d0594d
2 changed files with 3 additions and 3 deletions

View File

@ -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"
},

View File

@ -1,6 +1,6 @@
{
"name": "grpc-tools",
"version": "1.1.0-dev",
"version": "1.1.0-pre1",
"author": "Google Inc.",
"description": "Tools for developing with gRPC on Node.js",
"homepage": "http://www.grpc.io/",