From 04dd52e4dc44494f17e2a5099dc7b41863625439 Mon Sep 17 00:00:00 2001 From: Electron Bot Date: Sat, 1 Jun 2019 08:31:36 -0700 Subject: [PATCH] Bump v7.0.0-nightly.20190601 --- ELECTRON_VERSION | 2 +- atom/browser/resources/mac/Info.plist | 4 ++-- atom/browser/resources/win/atom.rc | 4 ++-- atom/common/atom_version.h | 2 +- package.json | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ELECTRON_VERSION b/ELECTRON_VERSION index f0de421ae7ed..00c8b088ce25 100644 --- a/ELECTRON_VERSION +++ b/ELECTRON_VERSION @@ -1 +1 @@ -7.0.0-nightly.20190531 \ No newline at end of file +7.0.0-nightly.20190601 \ No newline at end of file diff --git a/atom/browser/resources/mac/Info.plist b/atom/browser/resources/mac/Info.plist index 12be2a1e8cf8..190f81f31259 100644 --- a/atom/browser/resources/mac/Info.plist +++ b/atom/browser/resources/mac/Info.plist @@ -17,9 +17,9 @@ CFBundleIconFile electron.icns CFBundleVersion - 7.0.0-nightly.20190531 + 7.0.0-nightly.20190601 CFBundleShortVersionString - 7.0.0-nightly.20190531 + 7.0.0-nightly.20190601 LSApplicationCategoryType public.app-category.developer-tools LSMinimumSystemVersion diff --git a/atom/browser/resources/win/atom.rc b/atom/browser/resources/win/atom.rc index e2a15ced69f1..bf563b8e6e69 100644 --- a/atom/browser/resources/win/atom.rc +++ b/atom/browser/resources/win/atom.rc @@ -50,8 +50,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 7,0,0,20190531 - PRODUCTVERSION 7,0,0,20190531 + FILEVERSION 7,0,0,20190601 + PRODUCTVERSION 7,0,0,20190601 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L diff --git a/atom/common/atom_version.h b/atom/common/atom_version.h index 9b90fc903360..406d0eb4ffe5 100644 --- a/atom/common/atom_version.h +++ b/atom/common/atom_version.h @@ -9,7 +9,7 @@ #define ATOM_MINOR_VERSION 0 #define ATOM_PATCH_VERSION 0 // clang-format off -#define ATOM_PRE_RELEASE_VERSION -nightly.20190531 +#define ATOM_PRE_RELEASE_VERSION -nightly.20190601 // clang-format on #ifndef ATOM_STRINGIFY diff --git a/package.json b/package.json index dfcb01134596..9db8eb3f9e96 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron", - "version": "7.0.0-nightly.20190531", + "version": "7.0.0-nightly.20190601", "repository": "https://github.com/electron/electron", "description": "Build cross platform desktop apps with JavaScript, HTML, and CSS", "devDependencies": { @@ -136,4 +136,4 @@ "git add filenames.auto.gni" ] } -} +} \ No newline at end of file