From b563cd12357f704923c3766c5e46bb81f747be6d Mon Sep 17 00:00:00 2001 From: Electron Bot Date: Wed, 6 Nov 2019 07:33:12 -0800 Subject: [PATCH] Bump v8.0.0-nightly.20191106 --- ELECTRON_VERSION | 2 +- package.json | 4 ++-- shell/browser/resources/win/atom.rc | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ELECTRON_VERSION b/ELECTRON_VERSION index 2e0b796ed1..018fcdf08a 100644 --- a/ELECTRON_VERSION +++ b/ELECTRON_VERSION @@ -1 +1 @@ -8.0.0-nightly.20191105 \ No newline at end of file +8.0.0-nightly.20191106 \ No newline at end of file diff --git a/package.json b/package.json index 1b87e30606..67b6ae0bea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron", - "version": "8.0.0-nightly.20191105", + "version": "8.0.0-nightly.20191106", "repository": "https://github.com/electron/electron", "description": "Build cross platform desktop apps with JavaScript, HTML, and CSS", "devDependencies": { @@ -138,4 +138,4 @@ "@types/multiparty": "^0.0.32", "@types/temp": "^0.8.34" } -} +} \ No newline at end of file diff --git a/shell/browser/resources/win/atom.rc b/shell/browser/resources/win/atom.rc index ba6e803b6e..988f257be4 100644 --- a/shell/browser/resources/win/atom.rc +++ b/shell/browser/resources/win/atom.rc @@ -50,8 +50,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 8,0,0,20191105 - PRODUCTVERSION 8,0,0,20191105 + FILEVERSION 8,0,0,20191106 + PRODUCTVERSION 8,0,0,20191106 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L