Skip to content

Commit 9d8e23c

Browse files
committed
Bump v0.36.7
1 parent 11e2058 commit 9d8e23c

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

atom.gyp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
'product_name%': 'Electron',
55
'company_name%': 'GitHub, Inc',
66
'company_abbr%': 'github',
7-
'version%': '0.36.6',
7+
'version%': '0.36.7',
88
},
99
'includes': [
1010
'filenames.gypi',

atom/browser/resources/mac/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<key>CFBundleIconFile</key>
1818
<string>atom.icns</string>
1919
<key>CFBundleVersion</key>
20-
<string>0.36.6</string>
20+
<string>0.36.7</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>0.36.6</string>
22+
<string>0.36.7</string>
2323
<key>LSApplicationCategoryType</key>
2424
<string>public.app-category.developer-tools</string>
2525
<key>LSMinimumSystemVersion</key>

atom/browser/resources/win/atom.rc

+4-4
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ END
5656
//
5757

5858
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
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.36.6"
77+
VALUE "FileVersion", "0.36.7"
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.36.6"
82+
VALUE "ProductVersion", "0.36.7"
8383
VALUE "SquirrelAwareVersion", "1"
8484
END
8585
END

atom/common/atom_version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
#define ATOM_MAJOR_VERSION 0
99
#define ATOM_MINOR_VERSION 36
10-
#define ATOM_PATCH_VERSION 6
10+
#define ATOM_PATCH_VERSION 7
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": "electron",
3-
"version": "0.36.6",
3+
"version": "0.36.7",
44
"devDependencies": {
55
"asar": "^0.9.0",
66
"eslint": "^1.10.3",

0 commit comments

Comments
 (0)