Skip to content

Commit 54449d0

Browse files
committed
Bump v7.0.0-nightly.20190608
1 parent ad54d38 commit 54449d0

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

ELECTRON_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.0.0-nightly.20190607
1+
7.0.0-nightly.20190608

atom/browser/resources/mac/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<key>CFBundleIconFile</key>
1818
<string>electron.icns</string>
1919
<key>CFBundleVersion</key>
20-
<string>7.0.0-nightly.20190607</string>
20+
<string>7.0.0-nightly.20190608</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>7.0.0-nightly.20190607</string>
22+
<string>7.0.0-nightly.20190608</string>
2323
<key>LSApplicationCategoryType</key>
2424
<string>public.app-category.developer-tools</string>
2525
<key>LSMinimumSystemVersion</key>

atom/browser/resources/win/atom.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ END
5050
//
5151

5252
VS_VERSION_INFO VERSIONINFO
53-
FILEVERSION 7,0,0,20190607
54-
PRODUCTVERSION 7,0,0,20190607
53+
FILEVERSION 7,0,0,20190608
54+
PRODUCTVERSION 7,0,0,20190608
5555
FILEFLAGSMASK 0x3fL
5656
#ifdef _DEBUG
5757
FILEFLAGS 0x1L

atom/common/atom_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#define ATOM_MINOR_VERSION 0
1010
#define ATOM_PATCH_VERSION 0
1111
// clang-format off
12-
#define ATOM_PRE_RELEASE_VERSION -nightly.20190607
12+
#define ATOM_PRE_RELEASE_VERSION -nightly.20190608
1313
// clang-format on
1414

1515
#ifndef ATOM_STRINGIFY

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "electron",
3-
"version": "7.0.0-nightly.20190607",
3+
"version": "7.0.0-nightly.20190608",
44
"repository": "https://github.com/electron/electron",
55
"description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
66
"devDependencies": {

0 commit comments

Comments
 (0)