From 6ee819aa652fa4392e63a093ac091db65ba4a09f Mon Sep 17 00:00:00 2001 From: Electron Bot Date: Tue, 20 Apr 2021 07:33:25 -0700 Subject: [PATCH] Bump v14.0.0-nightly.20210420 --- ELECTRON_VERSION | 2 +- package.json | 4 ++-- shell/browser/resources/win/electron.rc | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ELECTRON_VERSION b/ELECTRON_VERSION index 527db18bb551..fc7f21d5b586 100644 --- a/ELECTRON_VERSION +++ b/ELECTRON_VERSION @@ -1 +1 @@ -14.0.0-nightly.20210419 \ No newline at end of file +14.0.0-nightly.20210420 \ No newline at end of file diff --git a/package.json b/package.json index 7dc0541ccf3c..910b8cabb59a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron", - "version": "14.0.0-nightly.20210419", + "version": "14.0.0-nightly.20210420", "repository": "https://github.com/electron/electron", "description": "Build cross platform desktop apps with JavaScript, HTML, and CSS", "devDependencies": { @@ -148,4 +148,4 @@ "node script/gen-hunspell-filenames.js" ] } -} +} \ No newline at end of file diff --git a/shell/browser/resources/win/electron.rc b/shell/browser/resources/win/electron.rc index b8dac7fd7fcd..28a4ae99055d 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 14,0,0,20210419 - PRODUCTVERSION 14,0,0,20210419 + FILEVERSION 14,0,0,20210420 + PRODUCTVERSION 14,0,0,20210420 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L