From 9893d19085223e06d631e59170c721fff7d6b52a Mon Sep 17 00:00:00 2001 From: Ronan Jouchet Date: Fri, 25 Jun 2021 16:10:12 -0400 Subject: [PATCH] Bump default Electron to 12.0.12 --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index a14295b..e19d69d 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -4,7 +4,7 @@ export const DEFAULT_APP_NAME = 'APP'; // Update both DEFAULT_ELECTRON_VERSION and DEFAULT_CHROME_VERSION together, // and update app / package.json / devDeps / electron to value of DEFAULT_ELECTRON_VERSION -export const DEFAULT_ELECTRON_VERSION = '12.0.11'; +export const DEFAULT_ELECTRON_VERSION = '12.0.12'; export const DEFAULT_CHROME_VERSION = '89.0.4389.128'; // Update each of these periodically