From c3d0fed9ed058f9e8b099023207e5ee9a9fb039d Mon Sep 17 00:00:00 2001 From: Electron Bot Date: Tue, 6 Aug 2019 08:31:49 -0700 Subject: [PATCH] Bump v8.0.0-nightly.20190806 --- 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 637a88a63f..9fa47d5835 100644 --- a/ELECTRON_VERSION +++ b/ELECTRON_VERSION @@ -1 +1 @@ -8.0.0-nightly.20190805 \ No newline at end of file +8.0.0-nightly.20190806 \ No newline at end of file diff --git a/package.json b/package.json index bd1e174b1f..bda43a56f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron", - "version": "8.0.0-nightly.20190805", + "version": "8.0.0-nightly.20190806", "repository": "https://github.com/electron/electron", "description": "Build cross platform desktop apps with JavaScript, HTML, and CSS", "devDependencies": { @@ -125,4 +125,4 @@ "git add filenames.auto.gni" ] } -} +} \ No newline at end of file diff --git a/shell/browser/resources/win/atom.rc b/shell/browser/resources/win/atom.rc index d7eb0f7780..697f1b2488 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,20190805 - PRODUCTVERSION 8,0,0,20190805 + FILEVERSION 8,0,0,20190806 + PRODUCTVERSION 8,0,0,20190806 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L