Bump default electron version to 0.37.2

Uses chrome 49
This commit is contained in:
Jia Hao 2016-03-26 14:54:14 +08:00
parent a0df9eff88
commit 62a43c76ed
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ import packageJson from './../../package.json';
const {inferPlatform, inferArch} = inferOs;
const PLACEHOLDER_APP_DIR = path.join(__dirname, '../../', 'app');
const ELECTRON_VERSION = '0.36.4';
const ELECTRON_VERSION = '0.37.2';
const DEFAULT_APP_NAME = 'APP';