Bump default Electron to 2.0.4

This commit is contained in:
Ronan Jouchet 2018-07-10 15:54:26 -04:00
parent c065cad01a
commit 1b66fcd8c8
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import path from 'path';
export const DEFAULT_APP_NAME = 'APP';
export const ELECTRON_VERSION = '2.0.2';
export const ELECTRON_VERSION = '2.0.4';
export const PLACEHOLDER_APP_DIR = path.join(__dirname, './../', 'app');