From f20a51a87fb2a6698cd8a25588496bdbc0fcfbb2 Mon Sep 17 00:00:00 2001 From: Sudowoodo Release Bot <88427002+sudowoodo-release-bot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 11:55:57 -0700 Subject: [PATCH] Bump v20.0.0 --- ELECTRON_VERSION | 2 +- package.json | 2 +- shell/browser/resources/win/electron.rc | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ELECTRON_VERSION b/ELECTRON_VERSION index ae67aca6aa876..54954dc97b0dc 100644 --- a/ELECTRON_VERSION +++ b/ELECTRON_VERSION @@ -1 +1 @@ -20.0.0-beta.13 \ No newline at end of file +20.0.0 \ No newline at end of file diff --git a/package.json b/package.json index 07732835c4d49..8bd1276ea02a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron", - "version": "20.0.0-beta.13", + "version": "20.0.0", "repository": "https://github.com/electron/electron", "description": "Build cross platform desktop apps with JavaScript, HTML, and CSS", "devDependencies": { diff --git a/shell/browser/resources/win/electron.rc b/shell/browser/resources/win/electron.rc index a1c37a1b9afc8..38ee6c4fc1b4a 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,13 - PRODUCTVERSION 20,0,0,13 + FILEVERSION 20,0,0,0 + PRODUCTVERSION 20,0,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L