From 94c4131e3904a1228ba9b78c5e02f76f2afc052d Mon Sep 17 00:00:00 2001 From: Ronan Jouchet Date: Sun, 10 Apr 2022 11:22:30 -0400 Subject: [PATCH] Bump default Electron to 16.2.2 --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index 994d361..598473d 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 = '16.2.1'; +export const DEFAULT_ELECTRON_VERSION = '16.2.2'; // https://atom.io/download/atom-shell/index.json export const DEFAULT_CHROME_VERSION = '96.0.4664.174';