From 99ee5161a1e138aa5be622e500853da9fa6e59c0 Mon Sep 17 00:00:00 2001 From: Ronan Jouchet Date: Tue, 22 May 2018 16:39:44 -0400 Subject: [PATCH] Bump default Electron to 2.0.2 --- src/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.js b/src/constants.js index 04e42a0..f3860b4 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.1'; +export const ELECTRON_VERSION = '2.0.2'; export const PLACEHOLDER_APP_DIR = path.join(__dirname, './../', 'app');