From 88adf94cb61cc464947c4ff8114319eb40ab9a56 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Tue, 24 Jul 2018 22:41:41 +0200 Subject: [PATCH] Bumping to 1.13.1. --- packages/grpc-native-core/build.yaml | 1 + packages/grpc-native-core/package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/grpc-native-core/build.yaml b/packages/grpc-native-core/build.yaml index 49e36fdf..39db0640 100644 --- a/packages/grpc-native-core/build.yaml +++ b/packages/grpc-native-core/build.yaml @@ -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.13.1 \ No newline at end of file diff --git a/packages/grpc-native-core/package.json b/packages/grpc-native-core/package.json index 92f2d791..bb2d33cb 100644 --- a/packages/grpc-native-core/package.json +++ b/packages/grpc-native-core/package.json @@ -1,6 +1,6 @@ { "name": "grpc", - "version": "1.13.0", + "version": "1.13.1", "author": "Google Inc.", "description": "gRPC Library for Node", "homepage": "https://grpc.io/",