diff --git a/LICENSE b/LICENSE index 477360909..9beff32ff 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ /* -* appchan x - Version 2.0.0 - 2013-05-08 +* appchan x - Version 2.0.1 - 2013-05-08 * * 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 4198f1923..443935b12 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.0 +// @version 2.0.1 // @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.0 - 2013-05-08 +* appchan x - Version 2.0.1 - 2013-05-08 * * Licensed under the MIT license. * https://github.com/zixaphir/appchan-x/blob/master/LICENSE @@ -417,7 +417,7 @@ doc = d.documentElement; g = { - VERSION: '2.0.0', + VERSION: '2.0.1', NAMESPACE: 'appchan x.'.replace(' ', '_'), TYPE: 'sfw', boards: {}, diff --git a/builds/appchan-x.meta.js b/builds/appchan-x.meta.js index f825fe527..7c6fa760f 100644 --- a/builds/appchan-x.meta.js +++ b/builds/appchan-x.meta.js @@ -1,6 +1,6 @@ // ==UserScript== // @name appchan x -// @version 2.0.0 +// @version 2.0.1 // @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 b7cc44659..353045222 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.0 +// @version 2.0.1 // @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.0 - 2013-05-08 +* appchan x - Version 2.0.1 - 2013-05-08 * * Licensed under the MIT license. * https://github.com/zixaphir/appchan-x/blob/master/LICENSE @@ -414,7 +414,7 @@ doc = d.documentElement; g = { - VERSION: '2.0.0', + VERSION: '2.0.1', NAMESPACE: 'appchan x.'.replace(' ', '_'), TYPE: 'sfw', boards: {}, diff --git a/builds/appchan-x.zip b/builds/appchan-x.zip index 68cfc4e31..79388b7e0 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 bdf91b844..9eec998a4 100644 --- a/builds/crx/manifest.json +++ b/builds/crx/manifest.json @@ -1,6 +1,6 @@ { "name": "appchan x", - "version": "2.0.0", + "version": "2.0.1", "manifest_version": 2, "description": "The most comprehensive 4chan userscript.", "icons": { diff --git a/builds/crx/script.js b/builds/crx/script.js index be5d3d8d5..2ce831eda 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -1,6 +1,6 @@ // Generated by CoffeeScript /* -* appchan x - Version 2.0.0 - 2013-05-08 +* appchan x - Version 2.0.1 - 2013-05-08 * * Licensed under the MIT license. * https://github.com/zixaphir/appchan-x/blob/master/LICENSE @@ -395,7 +395,7 @@ doc = d.documentElement; g = { - VERSION: '2.0.0', + VERSION: '2.0.1', NAMESPACE: 'appchan x.'.replace(' ', '_'), TYPE: 'sfw', boards: {}, diff --git a/latest.js b/latest.js index b5bd69543..d704e2b15 100644 --- a/latest.js +++ b/latest.js @@ -1 +1 @@ -postMessage({version:'2.0.0'},'*') +postMessage({version:'2.0.1'},'*') diff --git a/package.json b/package.json index 06fac3a1b..587c51b3f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appchan-x", - "version": "2.0.0", + "version": "2.0.1", "description": "The most comprehensive 4chan userscript.", "meta": { "name": "appchan x",