Skip to content
This repository was archived by the owner on Jan 4, 2019. It is now read-only.

Commit 730d5fe

Browse files
committed
Bump v1.4.10
Maps to upstream 1.4.0 + cherry-picks
1 parent c78b33d commit 730d5fe

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

atom/browser/resources/mac/Info.plist

+2-2
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>1.4.9</string>
20+
<string>1.4.10</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>1.4.9</string>
22+
<string>1.4.10</string>
2323
<key>LSApplicationCategoryType</key>
2424
<string>public.app-category.developer-tools</string>
2525
<key>LSMinimumSystemVersion</key>

atom/browser/resources/win/atom.rc

+4-4
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ END
5656
//
5757

5858
VS_VERSION_INFO VERSIONINFO
59-
FILEVERSION 1,4,9,0
60-
PRODUCTVERSION 1,4,9,0
59+
FILEVERSION 1,4,10,0
60+
PRODUCTVERSION 1,4,10,0
6161
FILEFLAGSMASK 0x3fL
6262
#ifdef _DEBUG
6363
FILEFLAGS 0x1L
@@ -74,12 +74,12 @@ BEGIN
7474
BEGIN
7575
VALUE "CompanyName", "GitHub, Inc."
7676
VALUE "FileDescription", "Electron"
77-
VALUE "FileVersion", "1.4.9"
77+
VALUE "FileVersion", "1.4.10"
7878
VALUE "InternalName", "electron.exe"
7979
VALUE "LegalCopyright", "Copyright (C) 2015 GitHub, Inc. All rights reserved."
8080
VALUE "OriginalFilename", "electron.exe"
8181
VALUE "ProductName", "Electron"
82-
VALUE "ProductVersion", "1.4.9"
82+
VALUE "ProductVersion", "1.4.10"
8383
VALUE "SquirrelAwareVersion", "1"
8484
END
8585
END

atom/common/atom_version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
#define ATOM_MAJOR_VERSION 1
99
#define ATOM_MINOR_VERSION 4
10-
#define ATOM_PATCH_VERSION 9
10+
#define ATOM_PATCH_VERSION 10
1111

1212
#define ATOM_VERSION_IS_RELEASE 1
1313

electron.gyp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
'product_name%': 'Brave',
55
'company_name%': 'Brave Software',
66
'company_abbr%': 'brave',
7-
'version%': '1.4.9',
7+
'version%': '1.4.10',
88
},
99
'includes': [
1010
'filenames.gypi',

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "electron",
3-
"version": "1.4.9",
3+
"version": "1.4.10",
44
"devDependencies": {
55
"asar": "^0.11.0",
66
"electabul": "~0.0.4",

0 commit comments

Comments
 (0)