Skip to content

Commit d6b36bb

Browse files
committed
Bump v0.22.0
1 parent b8d918d commit d6b36bb

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

atom/browser/resources/mac/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundleIconFile</key>
1818
<string>atom.icns</string>
1919
<key>CFBundleVersion</key>
20-
<string>0.21.3</string>
20+
<string>0.22.0</string>
2121
<key>LSMinimumSystemVersion</key>
2222
<string>10.8.0</string>
2323
<key>NSMainNibFile</key>

atom/browser/resources/win/atom.rc

+4-4
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ END
5050
//
5151

5252
VS_VERSION_INFO VERSIONINFO
53-
FILEVERSION 0,21,3,0
54-
PRODUCTVERSION 0,21,3,0
53+
FILEVERSION 0,22,0,0
54+
PRODUCTVERSION 0,22,0,0
5555
FILEFLAGSMASK 0x3fL
5656
#ifdef _DEBUG
5757
FILEFLAGS 0x1L
@@ -68,12 +68,12 @@ BEGIN
6868
BEGIN
6969
VALUE "CompanyName", "GitHub, Inc."
7070
VALUE "FileDescription", "Atom-Shell"
71-
VALUE "FileVersion", "0.21.3"
71+
VALUE "FileVersion", "0.22.0"
7272
VALUE "InternalName", "atom.exe"
7373
VALUE "LegalCopyright", "Copyright (C) 2013 GitHub, Inc. All rights reserved."
7474
VALUE "OriginalFilename", "atom.exe"
7575
VALUE "ProductName", "Atom-Shell"
76-
VALUE "ProductVersion", "0.21.3"
76+
VALUE "ProductVersion", "0.22.0"
7777
VALUE "SquirrelAwareVersion", "1"
7878
END
7979
END

atom/common/atom_version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
#define ATOM_VERSION_H
77

88
#define ATOM_MAJOR_VERSION 0
9-
#define ATOM_MINOR_VERSION 21
10-
#define ATOM_PATCH_VERSION 3
9+
#define ATOM_MINOR_VERSION 22
10+
#define ATOM_PATCH_VERSION 0
1111

1212
#define ATOM_VERSION_IS_RELEASE 1
1313

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "atom-shell",
3-
"version": "0.21.3",
3+
"version": "0.22.0",
44

55
"licenses": [
66
{

0 commit comments

Comments
 (0)