From 90da4d218bfd54500f8c55ced24735373c03c603 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Tue, 12 Jul 2016 09:18:18 +0200 Subject: [PATCH] Flagging master as 1.0.0-pre1. --- health_check/package.json | 2 +- tools/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/health_check/package.json b/health_check/package.json index ad65b319..b68e8b1a 100644 --- a/health_check/package.json +++ b/health_check/package.json @@ -1,6 +1,6 @@ { "name": "grpc-health-check", - "version": "0.16.0-dev", + "version": "1.0.0-pre1", "author": "Google Inc.", "description": "Health check service for use with gRPC", "repository": { diff --git a/tools/package.json b/tools/package.json index 7c256d7b..7efa0d3f 100644 --- a/tools/package.json +++ b/tools/package.json @@ -1,6 +1,6 @@ { "name": "grpc-tools", - "version": "0.16.0-dev", + "version": "1.0.0-pre1", "author": "Google Inc.", "description": "Tools for developing with gRPC on Node.js", "homepage": "http://www.grpc.io/",