File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 17
17
<key >CFBundleIconFile </key >
18
18
<string >electron.icns </string >
19
19
<key >CFBundleVersion </key >
20
- <string >1.2.4 </string >
20
+ <string >1.2.5 </string >
21
21
<key >CFBundleShortVersionString </key >
22
- <string >1.2.4 </string >
22
+ <string >1.2.5 </string >
23
23
<key >LSApplicationCategoryType </key >
24
24
<string >public.app-category.developer-tools </string >
25
25
<key >LSMinimumSystemVersion </key >
Original file line number Diff line number Diff line change 56
56
//
57
57
58
58
VS_VERSION_INFO VERSIONINFO
59
- FILEVERSION 1,2,4 ,0
60
- PRODUCTVERSION 1,2,4 ,0
59
+ FILEVERSION 1,2,5 ,0
60
+ PRODUCTVERSION 1,2,5 ,0
61
61
FILEFLAGSMASK 0x3fL
62
62
#ifdef _DEBUG
63
63
FILEFLAGS 0x1L
@@ -74,12 +74,12 @@ BEGIN
74
74
BEGIN
75
75
VALUE "CompanyName", "GitHub, Inc."
76
76
VALUE "FileDescription", "Electron"
77
- VALUE "FileVersion", "1.2.4 "
77
+ VALUE "FileVersion", "1.2.5 "
78
78
VALUE "InternalName", "electron.exe"
79
79
VALUE "LegalCopyright", "Copyright (C) 2015 GitHub, Inc. All rights reserved."
80
80
VALUE "OriginalFilename", "electron.exe"
81
81
VALUE "ProductName", "Electron"
82
- VALUE "ProductVersion", "1.2.4 "
82
+ VALUE "ProductVersion", "1.2.5 "
83
83
VALUE "SquirrelAwareVersion", "1"
84
84
END
85
85
END
Original file line number Diff line number Diff line change 7
7
8
8
#define ATOM_MAJOR_VERSION 1
9
9
#define ATOM_MINOR_VERSION 2
10
- #define ATOM_PATCH_VERSION 4
10
+ #define ATOM_PATCH_VERSION 5
11
11
12
12
#define ATOM_VERSION_IS_RELEASE 1
13
13
Original file line number Diff line number Diff line change 4
4
'product_name%' : 'Electron' ,
5
5
'company_name%' : 'GitHub, Inc' ,
6
6
'company_abbr%' : 'github' ,
7
- 'version%' : '1.2.4 ' ,
7
+ 'version%' : '1.2.5 ' ,
8
8
},
9
9
'includes' : [
10
10
'filenames.gypi' ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " electron" ,
3
- "version" : " 1.2.4 " ,
3
+ "version" : " 1.2.5 " ,
4
4
"devDependencies" : {
5
5
"asar" : " ^0.11.0" ,
6
6
"request" : " *" ,
You can’t perform that action at this time.
0 commit comments