From 8436abf2ea3a3526b704a04806423a16fb146ef9 Mon Sep 17 00:00:00 2001 From: murgatroid99 Date: Wed, 12 Sep 2018 10:37:36 -0700 Subject: [PATCH] Native: bump to 1.15.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, 3 insertions(+), 2 deletions(-) diff --git a/packages/grpc-native-core/binding.gyp b/packages/grpc-native-core/binding.gyp index 4b2791f5..f796f1aa 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.15.0-pre1"' + 'GRPC_NODE_VERSION="1.15.0"' ], 'conditions': [ ['grpc_gcov=="true"', { diff --git a/packages/grpc-native-core/build.yaml b/packages/grpc-native-core/build.yaml index 49e36fdf..edde2d4d 100644 --- a/packages/grpc-native-core/build.yaml +++ b/packages/grpc-native-core/build.yaml @@ -1,2 +1,3 @@ settings: '#': It's possible to have node_version here as a key to override the core's version. + node_version: 1.15.0 diff --git a/packages/grpc-native-core/package.json b/packages/grpc-native-core/package.json index d966465c..b10f9eb8 100644 --- a/packages/grpc-native-core/package.json +++ b/packages/grpc-native-core/package.json @@ -1,6 +1,6 @@ { "name": "grpc", - "version": "1.15.0-pre1", + "version": "1.15.0", "author": "Google Inc.", "description": "gRPC Library for Node", "homepage": "https://grpc.io/",