Bump v0.37.8

This commit is contained in:
Cheng Zhao
2016-04-29 19:55:59 +09:00
parent cb45c94db9
commit edb73fb734
5 changed files with 9 additions and 9 deletions

View File

@@ -17,9 +17,9 @@
<key>CFBundleIconFile</key>
<string>electron.icns</string>
<key>CFBundleVersion</key>
<string>0.37.7</string>
<string>0.37.8</string>
<key>CFBundleShortVersionString</key>
<string>0.37.7</string>
<string>0.37.8</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key>

View File

@@ -56,8 +56,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,37,7,0
PRODUCTVERSION 0,37,7,0
FILEVERSION 0,37,8,0
PRODUCTVERSION 0,37,8,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -74,12 +74,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "GitHub, Inc."
VALUE "FileDescription", "Electron"
VALUE "FileVersion", "0.37.7"
VALUE "FileVersion", "0.37.8"
VALUE "InternalName", "electron.exe"
VALUE "LegalCopyright", "Copyright (C) 2015 GitHub, Inc. All rights reserved."
VALUE "OriginalFilename", "electron.exe"
VALUE "ProductName", "Electron"
VALUE "ProductVersion", "0.37.7"
VALUE "ProductVersion", "0.37.8"
VALUE "SquirrelAwareVersion", "1"
END
END