Skip to content

Commit

Permalink
Merge pull request #498 from murgatroid99/v1.14.1_bump
Browse files Browse the repository at this point in the history
Bump to version 1.14.1
  • Loading branch information
murgatroid99 committed Aug 15, 2018
2 parents d8287bf + 29a24e0 commit 8ce94a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/grpc-native-core/binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
'GPR_BACKWARDS_COMPATIBILITY_MODE',
'GRPC_ARES=0',
'GRPC_UV',
'GRPC_NODE_VERSION="1.14.0"'
'GRPC_NODE_VERSION="1.14.1"'
],
'conditions': [
['grpc_gcov=="true"', {
Expand Down
2 changes: 1 addition & 1 deletion packages/grpc-native-core/build.yaml
Original file line number Diff line number Diff line change
@@ -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.14.0
node_version: 1.14.1
2 changes: 1 addition & 1 deletion packages/grpc-native-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grpc",
"version": "1.14.0",
"version": "1.14.1",
"author": "Google Inc.",
"description": "gRPC Library for Node",
"homepage": "https://grpc.io/",
Expand Down

0 comments on commit 8ce94a4

Please sign in to comment.