From 3e114d00261987527b1dc57e3013c99a1ff154ea Mon Sep 17 00:00:00 2001 From: murgatroid99 Date: Tue, 30 Oct 2018 16:08:32 -0700 Subject: [PATCH] Update to 1.16.0 --- packages/grpc-native-core/binding.gyp | 2 +- packages/grpc-native-core/build.yaml | 1 - packages/grpc-native-core/package.json | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/grpc-native-core/binding.gyp b/packages/grpc-native-core/binding.gyp index 6c0a986d..312bf5c9 100644 --- a/packages/grpc-native-core/binding.gyp +++ b/packages/grpc-native-core/binding.gyp @@ -91,7 +91,7 @@ 'GPR_BACKWARDS_COMPATIBILITY_MODE', 'GRPC_ARES=0', 'GRPC_UV', - 'GRPC_NODE_VERSION="1.16.0-pre1"' + 'GRPC_NODE_VERSION="1.16.0"' ], 'conditions': [ ['grpc_gcov=="true"', { diff --git a/packages/grpc-native-core/build.yaml b/packages/grpc-native-core/build.yaml index b5ab803f..49e36fdf 100644 --- a/packages/grpc-native-core/build.yaml +++ b/packages/grpc-native-core/build.yaml @@ -1,3 +1,2 @@ settings: '#': It's possible to have node_version here as a key to override the core's version. - node_version: 1.16.0-pre1 diff --git a/packages/grpc-native-core/package.json b/packages/grpc-native-core/package.json index 73f7698f..36ae03ba 100644 --- a/packages/grpc-native-core/package.json +++ b/packages/grpc-native-core/package.json @@ -1,6 +1,6 @@ { "name": "grpc", - "version": "1.16.0-pre1", + "version": "1.16.0", "author": "Google Inc.", "description": "gRPC Library for Node", "homepage": "https://grpc.io/",