Bump v0.36.7
authorCheng Zhao <zcbenz@gmail.com>
Sat, 30 Jan 2016 05:20:46 +0000 (13:20 +0800)
committerCheng Zhao <zcbenz@gmail.com>
Sat, 30 Jan 2016 05:20:46 +0000 (13:20 +0800)
atom.gyp
atom/browser/resources/mac/Info.plist
atom/browser/resources/win/atom.rc
atom/common/atom_version.h
package.json

index ad3c5a8..dbaf6db 100644 (file)
--- a/atom.gyp
+++ b/atom.gyp
@@ -4,7 +4,7 @@
     'product_name%': 'Electron',
     'company_name%': 'GitHub, Inc',
     'company_abbr%': 'github',
-    'version%': '0.36.6',
+    'version%': '0.36.7',
   },
   'includes': [
     'filenames.gypi',
index 74cb6e5..74725c9 100644 (file)
@@ -17,9 +17,9 @@
   <key>CFBundleIconFile</key>
   <string>atom.icns</string>
   <key>CFBundleVersion</key>
-  <string>0.36.6</string>
+  <string>0.36.7</string>
   <key>CFBundleShortVersionString</key>
-  <string>0.36.6</string>
+  <string>0.36.7</string>
   <key>LSApplicationCategoryType</key>
   <string>public.app-category.developer-tools</string>
   <key>LSMinimumSystemVersion</key>
index 4f4be27..298d0bc 100644 (file)
@@ -56,8 +56,8 @@ END
 //\r
 \r
 VS_VERSION_INFO VERSIONINFO\r
- FILEVERSION 0,36,6,0\r
- PRODUCTVERSION 0,36,6,0\r
+ FILEVERSION 0,36,7,0\r
+ PRODUCTVERSION 0,36,7,0\r
  FILEFLAGSMASK 0x3fL\r
 #ifdef _DEBUG\r
  FILEFLAGS 0x1L\r
@@ -74,12 +74,12 @@ BEGIN
         BEGIN\r
             VALUE "CompanyName", "GitHub, Inc."\r
             VALUE "FileDescription", "Electron"\r
-            VALUE "FileVersion", "0.36.6"\r
+            VALUE "FileVersion", "0.36.7"\r
             VALUE "InternalName", "electron.exe"\r
             VALUE "LegalCopyright", "Copyright (C) 2015 GitHub, Inc. All rights reserved."\r
             VALUE "OriginalFilename", "electron.exe"\r
             VALUE "ProductName", "Electron"\r
-            VALUE "ProductVersion", "0.36.6"\r
+            VALUE "ProductVersion", "0.36.7"\r
             VALUE "SquirrelAwareVersion", "1"\r
         END\r
     END\r
index 13d71dc..a4f886c 100644 (file)
@@ -7,7 +7,7 @@
 
 #define ATOM_MAJOR_VERSION 0
 #define ATOM_MINOR_VERSION 36
-#define ATOM_PATCH_VERSION 6
+#define ATOM_PATCH_VERSION 7
 
 #define ATOM_VERSION_IS_RELEASE 1
 
index 20b97a4..3f0983b 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "electron",
-  "version": "0.36.6",
+  "version": "0.36.7",
   "devDependencies": {
     "asar": "^0.9.0",
     "eslint": "^1.10.3",