Skip to content

Commit 783614a

Browse files
committed
Bump v6.0.4
1 parent db13956 commit 783614a

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

ELECTRON_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.0.3
1+
6.0.4

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>6.0.3</string>
20+
<string>6.0.4</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>6.0.3</string>
22+
<string>6.0.4</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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ END
5050
//
5151

5252
VS_VERSION_INFO VERSIONINFO
53-
FILEVERSION 6,0,3,0
54-
PRODUCTVERSION 6,0,3,0
53+
FILEVERSION 6,0,4,0
54+
PRODUCTVERSION 6,0,4,0
5555
FILEFLAGSMASK 0x3fL
5656
#ifdef _DEBUG
5757
FILEFLAGS 0x1L
@@ -68,12 +68,12 @@ BEGIN
6868
BEGIN
6969
VALUE "CompanyName", "GitHub, Inc."
7070
VALUE "FileDescription", "Electron"
71-
VALUE "FileVersion", "6.0.3"
71+
VALUE "FileVersion", "6.0.4"
7272
VALUE "InternalName", "electron.exe"
7373
VALUE "LegalCopyright", "Copyright (C) 2015 GitHub, Inc. All rights reserved."
7474
VALUE "OriginalFilename", "electron.exe"
7575
VALUE "ProductName", "Electron"
76-
VALUE "ProductVersion", "6.0.3"
76+
VALUE "ProductVersion", "6.0.4"
7777
VALUE "SquirrelAwareVersion", "1"
7878
END
7979
END

atom/common/atom_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
#define ATOM_MAJOR_VERSION 6
99
#define ATOM_MINOR_VERSION 0
10-
#define ATOM_PATCH_VERSION 3
10+
#define ATOM_PATCH_VERSION 4
1111
// clang-format off
1212
// #define ATOM_PRE_RELEASE_VERSION
1313
// clang-format on

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": "6.0.3",
3+
"version": "6.0.4",
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)