From e96a0422231cc998e7d8f8e82d2643f575fe065c Mon Sep 17 00:00:00 2001 From: Electron Bot Date: Fri, 30 Aug 2019 08:32:04 -0700 Subject: [PATCH] Bump v8.0.0-nightly.20190830 --- ELECTRON_VERSION | 2 +- package.json | 2 +- shell/browser/resources/win/atom.rc | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ELECTRON_VERSION b/ELECTRON_VERSION index d4f03d0eeb..1bb8e9f901 100644 --- a/ELECTRON_VERSION +++ b/ELECTRON_VERSION @@ -1 +1 @@ -8.0.0-nightly.20190829 \ No newline at end of file +8.0.0-nightly.20190830 \ No newline at end of file diff --git a/package.json b/package.json index 6c9306936a..4071b03086 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron", - "version": "8.0.0-nightly.20190829", + "version": "8.0.0-nightly.20190830", "repository": "https://github.com/electron/electron", "description": "Build cross platform desktop apps with JavaScript, HTML, and CSS", "devDependencies": { diff --git a/shell/browser/resources/win/atom.rc b/shell/browser/resources/win/atom.rc index 81cb40692a..6f7e823870 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,20190829 - PRODUCTVERSION 8,0,0,20190829 + FILEVERSION 8,0,0,20190830 + PRODUCTVERSION 8,0,0,20190830 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L