From fbf32f697f0d5c5c81224d7d709cdee8f43d1a7f Mon Sep 17 00:00:00 2001 From: Electron Bot Date: Tue, 15 Sep 2020 07:31:30 -0700 Subject: [PATCH] Bump v12.0.0-nightly.20200915 --- 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 6ef0b2f4d00..ec71f468501 100644 --- a/ELECTRON_VERSION +++ b/ELECTRON_VERSION @@ -1 +1 @@ -12.0.0-nightly.20200914 \ No newline at end of file +12.0.0-nightly.20200915 \ No newline at end of file diff --git a/package.json b/package.json index c4c0187462e..6c98708d864 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron", - "version": "12.0.0-nightly.20200914", + "version": "12.0.0-nightly.20200915", "repository": "https://github.com/electron/electron", "description": "Build cross platform desktop apps with JavaScript, HTML, and CSS", "devDependencies": { @@ -139,4 +139,4 @@ "dependencies": { "@types/temp": "^0.8.34" } -} +} \ No newline at end of file diff --git a/shell/browser/resources/win/electron.rc b/shell/browser/resources/win/electron.rc index 665db24f370..14a76228441 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 12,0,0,20200914 - PRODUCTVERSION 12,0,0,20200914 + FILEVERSION 12,0,0,20200915 + PRODUCTVERSION 12,0,0,20200915 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L