From e8de9bebd728a274a3644e693ed553a391530bb4 Mon Sep 17 00:00:00 2001 From: Miguel Angel Mulero Martinez Date: Mon, 5 Feb 2018 15:24:59 +0100 Subject: [PATCH] Update nw.js to version 0.28.3 --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index b7e7af24..d539afbf 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -26,7 +26,7 @@ const DEBUG_DIR = './debug/'; const RELEASE_DIR = './release/'; var nwBuilderOptions = { - version: '0.27.4', + version: '0.28.3', files: './dist/**/*', macIcns: './src/images/bf_icon.icns', macPlist: { 'CFBundleDisplayName': 'Betaflight Configurator'},