diff --git a/ELECTRON_VERSION b/ELECTRON_VERSION index 39082e6582..ecbdec66af 100644 --- a/ELECTRON_VERSION +++ b/ELECTRON_VERSION @@ -1 +1 @@ -8.0.0-nightly.20190826 \ No newline at end of file +8.0.0-nightly.20190827 \ No newline at end of file diff --git a/package.json b/package.json index dfdd99c222..b77d36da24 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron", - "version": "8.0.0-nightly.20190826", + "version": "8.0.0-nightly.20190827", "repository": "https://github.com/electron/electron", "description": "Build cross platform desktop apps with JavaScript, HTML, and CSS", "devDependencies": { @@ -126,4 +126,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 390acf62c9..4ba7bd46b8 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,20190826 - PRODUCTVERSION 8,0,0,20190826 + FILEVERSION 8,0,0,20190827 + PRODUCTVERSION 8,0,0,20190827 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L