Release appchan x v2.1.1.

This commit is contained in:
Zixaphir 2013-06-02 14:53:47 -07:00
parent 44ac93fd25
commit 718a973f03
10 changed files with 20 additions and 16 deletions

View File

@ -1,5 +1,9 @@
### v2.1.1
*2013-06-02*
**zixaphir**:
- Changed close character from '×' to '✖'
- Bugfixes
## v2.1.0
*2013-06-01*

View File

@ -1,5 +1,5 @@
/*
* appchan x - Version 2.1.0 - 2013-06-02
* appchan x - Version 2.1.1 - 2013-06-02
*
* Licensed under the MIT license.
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE

File diff suppressed because one or more lines are too long

View File

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

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

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

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
postMessage({version:'2.1.0'},'*')
postMessage({version:'2.1.1'},'*')

View File

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