Update to v1.21.1

This commit is contained in:
murgatroid99 2019-05-24 09:21:43 -07:00
parent 7a12c88c0e
commit 7c68c2720c
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.21.0"'
'GRPC_NODE_VERSION="1.21.1"'
],
'defines!': [
'OPENSSL_THREADS'

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.21.1

View File

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