Bump default Electron to 3.0.10

This commit is contained in:
Ronan Jouchet 2018-11-30 23:42:28 -05:00
parent 114b4a9724
commit cb7e17b8e3
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 = '3.0.3';
export const ELECTRON_VERSION = '3.0.10';
export const PLACEHOLDER_APP_DIR = path.join(__dirname, './../', 'app');