diff --git a/CHANGELOG.md b/CHANGELOG.md index 434336916..13df86fda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## v2.1.0 +*2013-06-01* + **seaweedchan**: - Small bug fixes diff --git a/LICENSE b/LICENSE index a56b926d3..b9a0fbc03 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ /* -* appchan x - Version 2.0.6 - 2013-06-01 +* appchan x - Version 2.1.0 - 2013-06-01 * * 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 f8f7d8a9f..f2f59069d 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.6 +// @version 2.1.0 // @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.6 - 2013-06-01 +* appchan x - Version 2.1.0 - 2013-06-01 * * 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.6', + VERSION: '2.1.0', NAMESPACE: 'appchan_x.', TYPE: 'sfw', boards: {}, diff --git a/builds/appchan-x.meta.js b/builds/appchan-x.meta.js index ad7dc131e..7adb552c9 100644 --- a/builds/appchan-x.meta.js +++ b/builds/appchan-x.meta.js @@ -1,6 +1,6 @@ // ==UserScript== // @name appchan x -// @version 2.0.6 +// @version 2.1.0 // @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 53d6777b8..6ab055090 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.6 +// @version 2.1.0 // @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.6 - 2013-06-01 +* appchan x - Version 2.1.0 - 2013-06-01 * * 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.6', + VERSION: '2.1.0', NAMESPACE: 'appchan_x.', TYPE: 'sfw', boards: {}, diff --git a/builds/appchan-x.zip b/builds/appchan-x.zip index 8309ebb67..ec9035c42 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 b11ed32a6..e6092a519 100644 --- a/builds/crx/manifest.json +++ b/builds/crx/manifest.json @@ -1,6 +1,6 @@ { "name": "appchan x", - "version": "2.0.6", + "version": "2.1.0", "manifest_version": 2, "description": "The most comprehensive 4chan userscript.", "icons": { diff --git a/builds/crx/script.js b/builds/crx/script.js index 1f97a7518..ad77bbe3f 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -1,6 +1,6 @@ // Generated by CoffeeScript /* -* appchan x - Version 2.0.6 - 2013-06-01 +* appchan x - Version 2.1.0 - 2013-06-01 * * Licensed under the MIT license. * https://github.com/zixaphir/appchan-x/blob/master/LICENSE @@ -400,7 +400,7 @@ doc = d.documentElement; g = { - VERSION: '2.0.6', + VERSION: '2.1.0', NAMESPACE: 'appchan_x.', TYPE: 'sfw', boards: {}, diff --git a/latest.js b/latest.js index 1f3a1f6e6..1c3397ce6 100644 --- a/latest.js +++ b/latest.js @@ -1 +1 @@ -postMessage({version:'2.0.6'},'*') +postMessage({version:'2.1.0'},'*') diff --git a/package.json b/package.json index 821310c90..61f52b6cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appchan-x", - "version": "2.0.6", + "version": "2.1.0", "description": "The most comprehensive 4chan userscript.", "meta": { "name": "appchan x",