Merge pull request #844 from murgatroid99/v1.20.2_bump

Bump to 1.20.2
This commit is contained in:
Michael Lumish 2019-04-26 15:16:46 -07:00 committed by GitHub
commit 4e7c9878c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.20.1"'
'GRPC_NODE_VERSION="1.20.2"'
],
'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.20.2

View File

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