Skip to content

Commit

Permalink
Bump default Electron to 9.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ronjouch committed Aug 11, 2020
1 parent b8b5cd5 commit 8562943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import * as path from 'path';
export const DEFAULT_APP_NAME = 'APP';

// Update both together
export const DEFAULT_ELECTRON_VERSION = '9.1.0';
export const DEFAULT_ELECTRON_VERSION = '9.2.0';
export const DEFAULT_CHROME_VERSION = '83.0.4103.122';

export const ELECTRON_MAJOR_VERSION = parseInt(
Expand Down

0 comments on commit 8562943

Please sign in to comment.