From d99c7bec1fdb0264c720b90826162041601aeacb Mon Sep 17 00:00:00 2001 From: Ronan Jouchet Date: Tue, 31 Jul 2018 21:17:59 -0400 Subject: [PATCH] Bump electron to 2.0.6 --- src/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.js b/src/constants.js index 1a4f1e7..8c0ab7d 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.5'; +export const ELECTRON_VERSION = '2.0.6'; export const PLACEHOLDER_APP_DIR = path.join(__dirname, './../', 'app');