From 0979fb7eee0e5763957557a3ae7fbb368cb795d4 Mon Sep 17 00:00:00 2001 From: Electron Bot Date: Fri, 6 Sep 2019 13:07:01 -0700 Subject: [PATCH] Bump v8.0.0-nightly.20190906 --- 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 9b7fc155d0b..b4f7384cc67 100644 --- a/ELECTRON_VERSION +++ b/ELECTRON_VERSION @@ -1 +1 @@ -8.0.0-nightly.20190905 \ No newline at end of file +8.0.0-nightly.20190906 \ No newline at end of file diff --git a/package.json b/package.json index 68f1c9ba62f..ba76ea3573d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron", - "version": "8.0.0-nightly.20190905", + "version": "8.0.0-nightly.20190906", "repository": "https://github.com/electron/electron", "description": "Build cross platform desktop apps with JavaScript, HTML, and CSS", "devDependencies": { @@ -131,4 +131,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 cd6a415f349..b3df465aa16 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,20190905 - PRODUCTVERSION 8,0,0,20190905 + FILEVERSION 8,0,0,20190906 + PRODUCTVERSION 8,0,0,20190906 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L