Release appchan x v2.0.2.

This commit is contained in:
Zixaphir 2013-05-09 03:55:25 -07:00
parent d70baf3f78
commit 35b99cdbda
10 changed files with 14 additions and 13 deletions

View File

@ -1,3 +1,4 @@
### 2.0.2 - 2013-05-09
zixaphir
- More mascot and theme editor fixes
- Fix stubs in reply hiding menu not following stubs config

View File

@ -1,5 +1,5 @@
/*
* appchan x - Version 2.0.1 - 2013-05-09
* appchan x - Version 2.0.2 - 2013-05-09
*
* Licensed under the MIT license.
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE

View File

@ -1,7 +1,7 @@
// Generated by CoffeeScript
// ==UserScript==
// @name appchan x
// @version 2.0.1
// @version 2.0.2
// @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.1 - 2013-05-09
* appchan x - Version 2.0.2 - 2013-05-09
*
* 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.1',
VERSION: '2.0.2',
NAMESPACE: 'appchan x.'.replace(' ', '_'),
TYPE: 'sfw',
boards: {},

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name appchan x
// @version 2.0.1
// @version 2.0.2
// @namespace zixaphir
// @description The most comprehensive 4chan userscript.
// @license MIT; https://github.com/zixaphir/appchan-x/blob/master/LICENSE

View File

@ -1,7 +1,7 @@
// Generated by CoffeeScript
// ==UserScript==
// @name appchan x
// @version 2.0.1
// @version 2.0.2
// @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.1 - 2013-05-09
* appchan x - Version 2.0.2 - 2013-05-09
*
* Licensed under the MIT license.
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE
@ -415,7 +415,7 @@
doc = d.documentElement;
g = {
VERSION: '2.0.1',
VERSION: '2.0.2',
NAMESPACE: 'appchan x.'.replace(' ', '_'),
TYPE: 'sfw',
boards: {},

Binary file not shown.

View File

@ -1,6 +1,6 @@
{
"name": "appchan x",
"version": "2.0.1",
"version": "2.0.2",
"manifest_version": 2,
"description": "The most comprehensive 4chan userscript.",
"icons": {

View File

@ -1,6 +1,6 @@
// Generated by CoffeeScript
/*
* appchan x - Version 2.0.1 - 2013-05-09
* appchan x - Version 2.0.2 - 2013-05-09
*
* Licensed under the MIT license.
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE
@ -396,7 +396,7 @@
doc = d.documentElement;
g = {
VERSION: '2.0.1',
VERSION: '2.0.2',
NAMESPACE: 'appchan x.'.replace(' ', '_'),
TYPE: 'sfw',
boards: {},

View File

@ -1 +1 @@
postMessage({version:'2.0.1'},'*')
postMessage({version:'2.0.2'},'*')

View File

@ -1,6 +1,6 @@
{
"name": "appchan-x",
"version": "2.0.1",
"version": "2.0.2",
"description": "The most comprehensive 4chan userscript.",
"meta": {
"name": "appchan x",