We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f85a5e7 commit 56216b8Copy full SHA for 56216b8
.nvmrc
@@ -1 +1 @@
1
-16.15.0
+16.16.0
gulpfile.js
@@ -50,7 +50,7 @@ const NODE_ENV = process.env.NODE_ENV || 'production';
50
const NAME_REGEX = /-/g;
51
52
const nwBuilderOptions = {
53
- version: '0.62.0',
+ version: '0.66.1',
54
files: `${DIST_DIR}**/*`,
55
macIcns: './src/images/bf_icon.icns',
56
macPlist: { 'CFBundleDisplayName': 'Betaflight Configurator'},
0 commit comments