Bump default Electron to 2.0.2

This commit is contained in:
Ronan Jouchet 2018-05-22 16:39:44 -04:00
parent fe48684ee2
commit 99ee5161a1
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.1';
export const ELECTRON_VERSION = '2.0.2';
export const PLACEHOLDER_APP_DIR = path.join(__dirname, './../', 'app');