diff --git a/ELECTRON_VERSION b/ELECTRON_VERSION index 4a3a9049115f..43ff665e7f5e 100644 --- a/ELECTRON_VERSION +++ b/ELECTRON_VERSION @@ -1 +1 @@ -7.0.0-nightly.20190721 \ No newline at end of file +7.0.0-nightly.20190722 \ No newline at end of file diff --git a/package.json b/package.json index eb743d08be9f..a340f0375045 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron", - "version": "7.0.0-nightly.20190721", + "version": "7.0.0-nightly.20190722", "repository": "https://github.com/electron/electron", "description": "Build cross platform desktop apps with JavaScript, HTML, and CSS", "devDependencies": { @@ -124,4 +124,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 202243ee7e27..4712d0036a70 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 7,0,0,20190721 - PRODUCTVERSION 7,0,0,20190721 + FILEVERSION 7,0,0,20190722 + PRODUCTVERSION 7,0,0,20190722 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L