From 9ab06af7869c557657803a5d7560555fb3438a8e Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Fri, 6 Sep 2019 13:05:43 -0700 Subject: [PATCH] Revert "Bump v8.0.0-nightly.20190906" This reverts commit 432ae8182327601e3e8012a47c16bdf1ad576e97. --- 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 b4f7384cc67..9b7fc155d0b 100644 --- a/ELECTRON_VERSION +++ b/ELECTRON_VERSION @@ -1 +1 @@ -8.0.0-nightly.20190906 \ No newline at end of file +8.0.0-nightly.20190905 \ No newline at end of file diff --git a/package.json b/package.json index ba76ea3573d..68f1c9ba62f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron", - "version": "8.0.0-nightly.20190906", + "version": "8.0.0-nightly.20190905", "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 b3df465aa16..cd6a415f349 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,20190906 - PRODUCTVERSION 8,0,0,20190906 + FILEVERSION 8,0,0,20190905 + PRODUCTVERSION 8,0,0,20190905 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L