File tree 5 files changed +9
-9
lines changed
5 files changed +9
-9
lines changed 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%' : '0.36.6 ' ,
7
+ 'version%' : '0.36.7 ' ,
8
8
},
9
9
'includes' : [
10
10
'filenames.gypi' ,
Original file line number Diff line number Diff line change 17
17
<key >CFBundleIconFile </key >
18
18
<string >atom.icns </string >
19
19
<key >CFBundleVersion </key >
20
- <string >0.36.6 </string >
20
+ <string >0.36.7 </string >
21
21
<key >CFBundleShortVersionString </key >
22
- <string >0.36.6 </string >
22
+ <string >0.36.7 </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 0,36,6 ,0
60
- PRODUCTVERSION 0,36,6 ,0
59
+ FILEVERSION 0,36,7 ,0
60
+ PRODUCTVERSION 0,36,7 ,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", "0.36.6 "
77
+ VALUE "FileVersion", "0.36.7 "
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", "0.36.6 "
82
+ VALUE "ProductVersion", "0.36.7 "
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 0
9
9
#define ATOM_MINOR_VERSION 36
10
- #define ATOM_PATCH_VERSION 6
10
+ #define ATOM_PATCH_VERSION 7
11
11
12
12
#define ATOM_VERSION_IS_RELEASE 1
13
13
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " electron" ,
3
- "version" : " 0.36.6 " ,
3
+ "version" : " 0.36.7 " ,
4
4
"devDependencies" : {
5
5
"asar" : " ^0.9.0" ,
6
6
"eslint" : " ^1.10.3" ,
You can’t perform that action at this time.
0 commit comments