diff --git a/ELECTRON_VERSION b/ELECTRON_VERSION index 004566e85247..5d2df5afe702 100644 --- a/ELECTRON_VERSION +++ b/ELECTRON_VERSION @@ -1 +1 @@ -14.0.0-nightly.20210311 \ No newline at end of file +14.0.0-nightly.20210312 \ No newline at end of file diff --git a/package.json b/package.json index d090ff4f3873..5569cc662db0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron", - "version": "14.0.0-nightly.20210311", + "version": "14.0.0-nightly.20210312", "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 06046191e5c5..fbc413b89775 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,20210311 - PRODUCTVERSION 14,0,0,20210311 + FILEVERSION 14,0,0,20210312 + PRODUCTVERSION 14,0,0,20210312 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L