diff --git a/CHANGELOG.md b/CHANGELOG.md index f96cf85b3..c7f9d280c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### v2.0.4 +*2013-05-15* + **MayhemYDG**: - Add new archive selection diff --git a/LICENSE b/LICENSE index c91e0d1ca..8bdeba5c0 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ /* -* appchan x - Version 2.0.3 - 2013-05-15 +* appchan x - Version 2.0.4 - 2013-05-15 * * 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 b45860d9f..5457f406a 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.3 +// @version 2.0.4 // @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.3 - 2013-05-15 +* appchan x - Version 2.0.4 - 2013-05-15 * * Licensed under the MIT license. * https://github.com/zixaphir/appchan-x/blob/master/LICENSE @@ -421,7 +421,7 @@ doc = d.documentElement; g = { - VERSION: '2.0.3', + VERSION: '2.0.4', NAMESPACE: 'appchan_x.', TYPE: 'sfw', boards: {}, diff --git a/builds/appchan-x.meta.js b/builds/appchan-x.meta.js index c27547bcf..ead6a365c 100644 --- a/builds/appchan-x.meta.js +++ b/builds/appchan-x.meta.js @@ -1,6 +1,6 @@ // ==UserScript== // @name appchan x -// @version 2.0.3 +// @version 2.0.4 // @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 ea986f6e1..701576128 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.3 +// @version 2.0.4 // @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.3 - 2013-05-15 +* appchan x - Version 2.0.4 - 2013-05-15 * * Licensed under the MIT license. * https://github.com/zixaphir/appchan-x/blob/master/LICENSE @@ -418,7 +418,7 @@ doc = d.documentElement; g = { - VERSION: '2.0.3', + VERSION: '2.0.4', NAMESPACE: 'appchan_x.', TYPE: 'sfw', boards: {}, diff --git a/builds/appchan-x.zip b/builds/appchan-x.zip index 88995e827..d5e5f98ee 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 482aacd62..87ccb3074 100644 --- a/builds/crx/manifest.json +++ b/builds/crx/manifest.json @@ -1,6 +1,6 @@ { "name": "appchan x", - "version": "2.0.3", + "version": "2.0.4", "manifest_version": 2, "description": "The most comprehensive 4chan userscript.", "icons": { diff --git a/builds/crx/script.js b/builds/crx/script.js index 6e0310ba4..6443e917b 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -1,6 +1,6 @@ // Generated by CoffeeScript /* -* appchan x - Version 2.0.3 - 2013-05-15 +* appchan x - Version 2.0.4 - 2013-05-15 * * Licensed under the MIT license. * https://github.com/zixaphir/appchan-x/blob/master/LICENSE @@ -398,7 +398,7 @@ doc = d.documentElement; g = { - VERSION: '2.0.3', + VERSION: '2.0.4', NAMESPACE: 'appchan_x.', TYPE: 'sfw', boards: {}, diff --git a/latest.js b/latest.js index 29e45cb55..543f9b7ac 100644 --- a/latest.js +++ b/latest.js @@ -1 +1 @@ -postMessage({version:'2.0.3'},'*') +postMessage({version:'2.0.4'},'*') diff --git a/package.json b/package.json index c4c1c27e7..ed5b2b711 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appchan-x", - "version": "2.0.3", + "version": "2.0.4", "description": "The most comprehensive 4chan userscript.", "meta": { "name": "appchan x",