diff --git a/CHANGELOG.md b/CHANGELOG.md index a2cf8bc09..f49c65ef9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### v2.0.5 +*2013-05-28* + **MayhemYDG**: - Tiny fixes - Add page count to thread stats diff --git a/LICENSE b/LICENSE index 76356ff52..0031c4c9f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ /* -* appchan x - Version 2.0.4 - 2013-05-28 +* appchan x - Version 2.0.5 - 2013-05-28 * * Licensed under the MIT license. * https://github.com/zixaphir/appchan-x/blob/master/LICENSE diff --git a/builds/appchan-x.js b/builds/appchan-x.js index 60d73147a..8ea956a4b 100644 --- a/builds/appchan-x.js +++ b/builds/appchan-x.js @@ -1,7 +1,7 @@ // Generated by CoffeeScript // ==UserScript== // @name appchan x -// @version 2.0.4 +// @version 2.0.5 // @namespace zixaphir // @description The most comprehensive 4chan userscript. // @license MIT; https://github.com/zixaphir/appchan-x/blob/master/LICENSE @@ -20,7 +20,7 @@ // ==/UserScript== /* -* appchan x - Version 2.0.4 - 2013-05-28 +* appchan x - Version 2.0.5 - 2013-05-28 * * Licensed under the MIT license. * https://github.com/zixaphir/appchan-x/blob/master/LICENSE @@ -423,7 +423,7 @@ doc = d.documentElement; g = { - VERSION: '2.0.4', + VERSION: '2.0.5', NAMESPACE: 'appchan_x.', TYPE: 'sfw', boards: {}, diff --git a/builds/appchan-x.meta.js b/builds/appchan-x.meta.js index ead6a365c..f5ef4fc45 100644 --- a/builds/appchan-x.meta.js +++ b/builds/appchan-x.meta.js @@ -1,6 +1,6 @@ // ==UserScript== // @name appchan x -// @version 2.0.4 +// @version 2.0.5 // @namespace zixaphir // @description The most comprehensive 4chan userscript. // @license MIT; https://github.com/zixaphir/appchan-x/blob/master/LICENSE diff --git a/builds/appchan-x.user.js b/builds/appchan-x.user.js index f5fb1a711..53865e159 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.0.4 +// @version 2.0.5 // @namespace zixaphir // @description The most comprehensive 4chan userscript. // @license MIT; https://github.com/zixaphir/appchan-x/blob/master/LICENSE @@ -20,7 +20,7 @@ // ==/UserScript== /* -* appchan x - Version 2.0.4 - 2013-05-28 +* appchan x - Version 2.0.5 - 2013-05-28 * * Licensed under the MIT license. * https://github.com/zixaphir/appchan-x/blob/master/LICENSE @@ -420,7 +420,7 @@ doc = d.documentElement; g = { - VERSION: '2.0.4', + VERSION: '2.0.5', NAMESPACE: 'appchan_x.', TYPE: 'sfw', boards: {}, diff --git a/builds/appchan-x.zip b/builds/appchan-x.zip index d5e5f98ee..e8c8255a3 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 87ccb3074..77271736e 100644 --- a/builds/crx/manifest.json +++ b/builds/crx/manifest.json @@ -1,6 +1,6 @@ { "name": "appchan x", - "version": "2.0.4", + "version": "2.0.5", "manifest_version": 2, "description": "The most comprehensive 4chan userscript.", "icons": { diff --git a/builds/crx/script.js b/builds/crx/script.js index dd46abddc..99a90c37d 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -1,6 +1,6 @@ // Generated by CoffeeScript /* -* appchan x - Version 2.0.4 - 2013-05-28 +* appchan x - Version 2.0.5 - 2013-05-28 * * Licensed under the MIT license. * https://github.com/zixaphir/appchan-x/blob/master/LICENSE @@ -401,7 +401,7 @@ doc = d.documentElement; g = { - VERSION: '2.0.4', + VERSION: '2.0.5', NAMESPACE: 'appchan_x.', TYPE: 'sfw', boards: {}, diff --git a/latest.js b/latest.js index 543f9b7ac..1bf388093 100644 --- a/latest.js +++ b/latest.js @@ -1 +1 @@ -postMessage({version:'2.0.4'},'*') +postMessage({version:'2.0.5'},'*') diff --git a/package.json b/package.json index ddd4b5212..3869d164d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appchan-x", - "version": "2.0.4", + "version": "2.0.5", "description": "The most comprehensive 4chan userscript.", "meta": { "name": "appchan x",