From 1b66fcd8c85d6e78e37a337504123201d345d6b7 Mon Sep 17 00:00:00 2001 From: Ronan Jouchet Date: Tue, 10 Jul 2018 15:54:26 -0400 Subject: [PATCH] Bump default Electron to 2.0.4 --- src/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.js b/src/constants.js index f3860b4..f389a23 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.2'; +export const ELECTRON_VERSION = '2.0.4'; export const PLACEHOLDER_APP_DIR = path.join(__dirname, './../', 'app');