Update electron version to v1.1.3

This commit is contained in:
Goh Jia Hao 2016-05-26 16:51:31 +08:00
parent 286e5bf7d6
commit 2d2f107c84
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 = '1.0.2';
const ELECTRON_VERSION = '1.1.3';
const DEFAULT_APP_NAME = 'APP';