Bump default Electron to 12.0.12

This commit is contained in:
Ronan Jouchet 2021-06-25 16:10:12 -04:00
parent a6c1dcf952
commit 9893d19085
1 changed files with 1 additions and 1 deletions

View File

@ -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