diff --git a/packages/grpc-native-core/build.yaml b/packages/grpc-native-core/build.yaml index 0bc16b05..3577ac83 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.12.1 + node_version: 1.12.2 diff --git a/packages/grpc-native-core/package.json b/packages/grpc-native-core/package.json index b71ca430..a9f42aa0 100644 --- a/packages/grpc-native-core/package.json +++ b/packages/grpc-native-core/package.json @@ -1,6 +1,6 @@ { "name": "grpc", - "version": "1.12.1", + "version": "1.12.2", "author": "Google Inc.", "description": "gRPC Library for Node", "homepage": "https://grpc.io/",