Skip to content

Commit 037e5d7

Browse files
committed
Bump v0.30.8
1 parent cdfb492 commit 037e5d7

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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.30.7',
7+
'version%': '0.30.8',
88
},
99
'includes': [
1010
'filenames.gypi',

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.30.7</string>
20+
<string>0.30.8</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
@@ -56,8 +56,8 @@ END
5656
//
5757

5858
VS_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

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 30
10-
#define ATOM_PATCH_VERSION 7
10+
#define ATOM_PATCH_VERSION 8
1111

1212
#define ATOM_VERSION_IS_RELEASE 1
1313

0 commit comments

Comments
 (0)