Update to 1.20.1

This commit is contained in:
murgatroid99 2019-04-25 18:09:27 -07:00
parent c154b0a2ad
commit e3c82565ef
3 changed files with 3 additions and 3 deletions

View File

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

@ -1 +1 @@
Subproject commit 9dfbd34f5c0b20bd77658c73c59b9a3e4e8f4e14
Subproject commit 7741e806a213cba63c96234f16d712a8aa101a49

View File

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