diff --git a/CHANGELOG.md b/CHANGELOG.md index 5496b2665..032093d5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +### v2.10.4 +*2015-01-20* + +- Bugfixes. + ### v2.10.3 *2015-01-16* diff --git a/LICENSE b/LICENSE index fcde291ef..fd2f9876b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ /* -* appchan x - Version 2.10.3 - 2015-01-19 +* appchan x - Version 2.10.4 - 2015-01-20 * * 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 97009b214..2814074fd 100644 --- a/builds/appchan-x.meta.js +++ b/builds/appchan-x.meta.js @@ -1,6 +1,6 @@ // ==UserScript== // @name appchan x -// @version 2.10.3 +// @version 2.10.4 // @minGMVer 1.14 // @minFFVer 26 // @namespace zixaphir diff --git a/builds/appchan-x.user.js b/builds/appchan-x.user.js index 8d25634df..6550c2e0c 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.10.3 +// @version 2.10.4 // @minGMVer 1.14 // @minFFVer 26 // @namespace zixaphir @@ -28,7 +28,7 @@ // ==/UserScript== /* -* appchan x - Version 2.10.3 - 2015-01-19 +* appchan x - Version 2.10.4 - 2015-01-20 * * Licensed under the MIT license. * https://github.com/zixaphir/appchan-x/blob/master/LICENSE @@ -503,7 +503,7 @@ doc = d.documentElement; g = { - VERSION: '2.10.3', + VERSION: '2.10.4', NAMESPACE: 'appchan_x.', NAME: 'appchan x', FAQ: 'https://github.com/zixaphir/appchan-x/wiki/Frequently-Asked-Questions', diff --git a/builds/appchan-x.zip b/builds/appchan-x.zip index 1cd0c183d..f096cb4e3 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 f37e519ab..31ee03c3c 100644 --- a/builds/crx/manifest.json +++ b/builds/crx/manifest.json @@ -1,6 +1,6 @@ { "name": "appchan x", - "version": "2.10.3", + "version": "2.10.4", "manifest_version": 2, "description": "The most comprehensive 4chan userscript.", "icons": { diff --git a/builds/crx/script.js b/builds/crx/script.js index 107381daa..d98094d80 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -1,6 +1,6 @@ // Generated by CoffeeScript /* -* appchan x - Version 2.10.3 - 2015-01-19 +* appchan x - Version 2.10.4 - 2015-01-20 * * Licensed under the MIT license. * https://github.com/zixaphir/appchan-x/blob/master/LICENSE @@ -474,7 +474,7 @@ doc = d.documentElement; g = { - VERSION: '2.10.3', + VERSION: '2.10.4', NAMESPACE: 'appchan_x.', NAME: 'appchan x', FAQ: 'https://github.com/zixaphir/appchan-x/wiki/Frequently-Asked-Questions', diff --git a/package.json b/package.json index 3f88f394d..1533526ea 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "The most comprehensive 4chan userscript.", "meta": { "name": "appchan x", - "version": "2.10.3", + "version": "2.10.4", "namespace": "zixaphir", "repo": "https://github.com/zixaphir/appchan-x/", "page": "http://zixaphir.github.com/appchan-x/",