From 264cc4767a41d7306bf57be78d144ff3f29d1ff7 Mon Sep 17 00:00:00 2001 From: murgatroid99 Date: Wed, 10 Jan 2018 14:48:35 -0500 Subject: [PATCH] Update version and submodule to 1.8.4 --- packages/grpc-native-core/deps/grpc | 2 +- packages/grpc-native-core/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/grpc-native-core/deps/grpc b/packages/grpc-native-core/deps/grpc index ada05afd6..77ec6c94a 160000 --- a/packages/grpc-native-core/deps/grpc +++ b/packages/grpc-native-core/deps/grpc @@ -1 +1 @@ -Subproject commit ada05afd62a2e5d405bc1ba1c1cf2d775d1a42ea +Subproject commit 77ec6c94ad58bedfdf8f28682914e9893e318be0 diff --git a/packages/grpc-native-core/package.json b/packages/grpc-native-core/package.json index 656ba8980..4a6e7307f 100644 --- a/packages/grpc-native-core/package.json +++ b/packages/grpc-native-core/package.json @@ -1,6 +1,6 @@ { "name": "grpc", - "version": "1.8.0", + "version": "1.8.4", "author": "Google Inc.", "description": "gRPC Library for Node", "homepage": "https://grpc.io/",