From fe79fd622d7bfc0bfcf8a3d48eeb2da5d4e8fc4a Mon Sep 17 00:00:00 2001 From: Ronan Jouchet Date: Thu, 25 Feb 2021 18:46:27 -0500 Subject: [PATCH] Doc extra electron update stuff --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index 8eecaa2..a340bee 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -2,7 +2,7 @@ import * as path from 'path'; export const DEFAULT_APP_NAME = 'APP'; -// Update both together +// Update both together, and update app / package.json / devDeps / electron export const DEFAULT_ELECTRON_VERSION = '11.3.0'; export const DEFAULT_CHROME_VERSION = '87.0.4280.141';