From 0bdb7b164c8b1c53c0df8bf016fc55325f215114 Mon Sep 17 00:00:00 2001 From: Electron Bot Date: Wed, 7 Aug 2019 09:03:21 -0700 Subject: [PATCH] Bump v7.0.0-beta.2 --- 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 a9303a2107957..5caa000cbd8a1 100644 --- a/ELECTRON_VERSION +++ b/ELECTRON_VERSION @@ -1 +1 @@ -7.0.0-beta.1 \ No newline at end of file +7.0.0-beta.2 \ No newline at end of file diff --git a/package.json b/package.json index 9821f8403bdac..1a94f69ea3e2a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron", - "version": "7.0.0-beta.1", + "version": "7.0.0-beta.2", "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 19a1646eea6fc..ee6082b487ff0 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,1 - PRODUCTVERSION 7,0,0,1 + FILEVERSION 7,0,0,2 + PRODUCTVERSION 7,0,0,2 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L