diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ebd16548..d083cf8dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### v2.9.36 +*2014-09-07* + ### v2.9.35 *2014-08-24* diff --git a/LICENSE b/LICENSE index 944acacf1..46cdb9d96 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ /* -* appchan x - Version 2.9.35 - 2014-09-07 +* appchan x - Version 2.9.36 - 2014-09-07 * * Licensed under the MIT license. * https://github.com/zixaphir/appchan-x/blob/master/LICENSE diff --git a/builds/appchan-x.meta.js b/builds/appchan-x.meta.js index 976535d3a..cf0f7db8d 100644 --- a/builds/appchan-x.meta.js +++ b/builds/appchan-x.meta.js @@ -1,6 +1,6 @@ // ==UserScript== // @name appchan x -// @version 2.9.35 +// @version 2.9.36 // @minGMVer 1.14 // @minFFVer 26 // @namespace zixaphir diff --git a/builds/appchan-x.user.js b/builds/appchan-x.user.js index 10b562229..9f558520c 100644 --- a/builds/appchan-x.user.js +++ b/builds/appchan-x.user.js @@ -1,7 +1,7 @@ // Generated by CoffeeScript // ==UserScript== // @name appchan x -// @version 2.9.35 +// @version 2.9.36 // @minGMVer 1.14 // @minFFVer 26 // @namespace zixaphir @@ -28,7 +28,7 @@ // ==/UserScript== /* -* appchan x - Version 2.9.35 - 2014-09-07 +* appchan x - Version 2.9.36 - 2014-09-07 * * Licensed under the MIT license. * https://github.com/zixaphir/appchan-x/blob/master/LICENSE @@ -483,7 +483,7 @@ doc = d.documentElement; g = { - VERSION: '2.9.35', + VERSION: '2.9.36', NAMESPACE: 'appchan_x.', boards: {} }; diff --git a/builds/appchan-x.zip b/builds/appchan-x.zip index 0610e3027..7836baf57 100644 Binary files a/builds/appchan-x.zip and b/builds/appchan-x.zip differ diff --git a/builds/crx/manifest.json b/builds/crx/manifest.json index f90bda28f..ba743fd06 100644 --- a/builds/crx/manifest.json +++ b/builds/crx/manifest.json @@ -1,6 +1,6 @@ { "name": "appchan x", - "version": "2.9.35", + "version": "2.9.36", "manifest_version": 2, "description": "The most comprehensive 4chan userscript.", "icons": { diff --git a/builds/crx/script.js b/builds/crx/script.js index dd8e043ee..bd80d5414 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -1,6 +1,6 @@ // Generated by CoffeeScript /* -* appchan x - Version 2.9.35 - 2014-09-07 +* appchan x - Version 2.9.36 - 2014-09-07 * * Licensed under the MIT license. * https://github.com/zixaphir/appchan-x/blob/master/LICENSE @@ -454,7 +454,7 @@ doc = d.documentElement; g = { - VERSION: '2.9.35', + VERSION: '2.9.36', NAMESPACE: 'appchan_x.', boards: {} }; diff --git a/package.json b/package.json index be297c550..a1ad44781 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appchan-x", - "version": "2.9.35", + "version": "2.9.36", "description": "The most comprehensive 4chan userscript.", "meta": { "name": "appchan x",