diff --git a/ELECTRON_VERSION b/ELECTRON_VERSION index 29b78854c172d..01bb8bd7104a2 100644 --- a/ELECTRON_VERSION +++ b/ELECTRON_VERSION @@ -1 +1 @@ -20.0.0-nightly.20220517 \ No newline at end of file +20.0.0-nightly.20220518 \ No newline at end of file diff --git a/package.json b/package.json index 4e2b0088f4820..0c6200f435ee3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron", - "version": "20.0.0-nightly.20220517", + "version": "20.0.0-nightly.20220518", "repository": "https://github.com/electron/electron", "description": "Build cross platform desktop apps with JavaScript, HTML, and CSS", "devDependencies": { @@ -145,4 +145,4 @@ "resolutions": { "nan": "nodejs/nan#16fa32231e2ccd89d2804b3f765319128b20c4ac" } -} +} \ No newline at end of file diff --git a/shell/browser/resources/win/electron.rc b/shell/browser/resources/win/electron.rc index de054d840ebb6..19f83d73ecd7c 100644 --- a/shell/browser/resources/win/electron.rc +++ b/shell/browser/resources/win/electron.rc @@ -50,8 +50,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 20,0,0,20220517 - PRODUCTVERSION 20,0,0,20220517 + FILEVERSION 20,0,0,20220518 + PRODUCTVERSION 20,0,0,20220518 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L