From 7aae5084d10a9891e2bc4f3a5dd433420897e8cf Mon Sep 17 00:00:00 2001 From: Ronan Jouchet Date: Wed, 8 Aug 2018 19:55:32 -0400 Subject: [PATCH] Bump default electron to 2.0.7 --- src/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.js b/src/constants.js index 8c0ab7d..9108316 100644 --- a/src/constants.js +++ b/src/constants.js @@ -1,5 +1,5 @@ import path from 'path'; export const DEFAULT_APP_NAME = 'APP'; -export const ELECTRON_VERSION = '2.0.6'; +export const ELECTRON_VERSION = '2.0.7'; export const PLACEHOLDER_APP_DIR = path.join(__dirname, './../', 'app');