File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 44 'product_name%' : 'Electron' ,
55 'company_name%' : 'GitHub, Inc' ,
66 'company_abbr%' : 'github' ,
7- 'version%' : '0.30.7 ' ,
7+ 'version%' : '0.30.8 ' ,
88 },
99 'includes' : [
1010 'filenames.gypi' ,
Original file line number Diff line number Diff line change 1717 <key >CFBundleIconFile </key >
1818 <string >atom.icns </string >
1919 <key >CFBundleVersion </key >
20- <string >0.30.7 </string >
20+ <string >0.30.8 </string >
2121 <key >LSMinimumSystemVersion </key >
2222 <string >10.8.0 </string >
2323 <key >NSMainNibFile </key >
Original file line number Diff line number Diff line change 5656//
5757
5858VS_VERSION_INFO VERSIONINFO
59- FILEVERSION 0,30,7 ,0
60- PRODUCTVERSION 0,30,7 ,0
59+ FILEVERSION 0,30,8 ,0
60+ PRODUCTVERSION 0,30,8 ,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", "0.30.7 "
77+ VALUE "FileVersion", "0.30.8 "
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", "0.30.7 "
82+ VALUE "ProductVersion", "0.30.8 "
8383 VALUE "SquirrelAwareVersion", "1"
8484 END
8585 END
Original file line number Diff line number Diff line change 77
88#define ATOM_MAJOR_VERSION 0
99#define ATOM_MINOR_VERSION 30
10- #define ATOM_PATCH_VERSION 7
10+ #define ATOM_PATCH_VERSION 8
1111
1212#define ATOM_VERSION_IS_RELEASE 1
1313
You can’t perform that action at this time.
0 commit comments