Bumping to 1.16.1 for release.

This commit is contained in:
Nicolas "Pixel" Noble 2018-11-16 19:32:08 +01:00
parent 65f7b72153
commit 81b49bfe53
3 changed files with 3 additions and 2 deletions

View File

@ -91,7 +91,7 @@
'GPR_BACKWARDS_COMPATIBILITY_MODE',
'GRPC_ARES=0',
'GRPC_UV',
'GRPC_NODE_VERSION="1.16.0"'
'GRPC_NODE_VERSION="1.16.1"'
],
'conditions': [
['grpc_gcov=="true"', {

View File

@ -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.16.1

View File

@ -1,6 +1,6 @@
{
"name": "grpc",
"version": "1.16.0",
"version": "1.16.1",
"author": "Google Inc.",
"description": "gRPC Library for Node",
"homepage": "https://grpc.io/",