File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed 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.20.8 </string >
20
+ <string >0.21.0 </string >
21
21
<key >LSMinimumSystemVersion </key >
22
22
<string >10.8.0 </string >
23
23
<key >NSMainNibFile </key >
Original file line number Diff line number Diff line change 50
50
//
51
51
52
52
VS_VERSION_INFO VERSIONINFO
53
- FILEVERSION 0,20,8 ,0
54
- PRODUCTVERSION 0,20,8 ,0
53
+ FILEVERSION 0,21,0 ,0
54
+ PRODUCTVERSION 0,21,0 ,0
55
55
FILEFLAGSMASK 0x3fL
56
56
#ifdef _DEBUG
57
57
FILEFLAGS 0x1L
@@ -68,12 +68,12 @@ BEGIN
68
68
BEGIN
69
69
VALUE "CompanyName", "GitHub, Inc."
70
70
VALUE "FileDescription", "Atom-Shell"
71
- VALUE "FileVersion", "0.20.8 "
71
+ VALUE "FileVersion", "0.21.0 "
72
72
VALUE "InternalName", "atom.exe"
73
73
VALUE "LegalCopyright", "Copyright (C) 2013 GitHub, Inc. All rights reserved."
74
74
VALUE "OriginalFilename", "atom.exe"
75
75
VALUE "ProductName", "Atom-Shell"
76
- VALUE "ProductVersion", "0.20.8 "
76
+ VALUE "ProductVersion", "0.21.0 "
77
77
VALUE "SquirrelAwareVersion", "1"
78
78
END
79
79
END
Original file line number Diff line number Diff line change 6
6
#define ATOM_VERSION_H
7
7
8
8
#define ATOM_MAJOR_VERSION 0
9
- #define ATOM_MINOR_VERSION 20
10
- #define ATOM_PATCH_VERSION 8
9
+ #define ATOM_MINOR_VERSION 21
10
+ #define ATOM_PATCH_VERSION 0
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" : " atom-shell" ,
3
- "version" : " 0.20.8 " ,
3
+ "version" : " 0.21.0 " ,
4
4
5
5
"licenses" : [
6
6
{
You can’t perform that action at this time.
0 commit comments