diff --git a/packages/grpc-native-core/build.yaml b/packages/grpc-native-core/build.yaml index 4836b249..092ed0de 100644 --- a/packages/grpc-native-core/build.yaml +++ b/packages/grpc-native-core/build.yaml @@ -1,3 +1,3 @@ settings: '#': It's possible to have node_version here as a key to override the core's version. - 'node_version': 1.11.1 + 'node_version': 1.11.2 diff --git a/packages/grpc-native-core/package.json b/packages/grpc-native-core/package.json index e1b7adb9..fde208c0 100644 --- a/packages/grpc-native-core/package.json +++ b/packages/grpc-native-core/package.json @@ -1,6 +1,6 @@ { "name": "grpc", - "version": "1.11.1", + "version": "1.11.2", "author": "Google Inc.", "description": "gRPC Library for Node", "homepage": "https://grpc.io/",