diff --git a/ELECTRON_VERSION b/ELECTRON_VERSION index 0e4cf5ef79663..00eb309f25332 100644 --- a/ELECTRON_VERSION +++ b/ELECTRON_VERSION @@ -1 +1 @@ -7.0.0-nightly.20190709 \ No newline at end of file +7.0.0-nightly.20190710 \ No newline at end of file diff --git a/package.json b/package.json index ccc1cea262353..8b4eb664ae53e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron", - "version": "7.0.0-nightly.20190709", + "version": "7.0.0-nightly.20190710", "repository": "https://github.com/electron/electron", "description": "Build cross platform desktop apps with JavaScript, HTML, and CSS", "devDependencies": { @@ -125,4 +125,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 205c8b603e1a7..5159606c18a9f 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,20190709 - PRODUCTVERSION 7,0,0,20190709 + FILEVERSION 7,0,0,20190710 + PRODUCTVERSION 7,0,0,20190710 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L