From a03d2b241c063ae102ecea76bacf53856620a22d Mon Sep 17 00:00:00 2001 From: Zixaphir Date: Tue, 7 May 2013 21:36:32 -0700 Subject: [PATCH] Start getting ready to move everything to stable. --- builds/appchan-x.js | 8 ++++---- builds/appchan-x.meta.js | 2 +- builds/appchan-x.user.js | 8 ++++---- builds/crx/script.js | 6 +++--- package.json | 2 +- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/builds/appchan-x.js b/builds/appchan-x.js index 298659c2a..bab10cbab 100644 --- a/builds/appchan-x.js +++ b/builds/appchan-x.js @@ -3,7 +3,7 @@ // @version 2.0.0 // @namespace zixaphir // @description The most comprehensive 4chan userscript. -// @license MIT; https://github.com/zixaphir/appchan-x/blob/Av2/LICENSE +// @license MIT; https://github.com/zixaphir/appchan-x/blob/stable/LICENSE // @match *://api.4chan.org/* // @match *://boards.4chan.org/* // @match *://images.4chan.org/* @@ -13047,7 +13047,7 @@ if (!(prev[0] <= curr[0] && prev[1] <= curr[1] && prev[2] <= curr[2])) { return; } - changelog = 'https://github.com/zixaphir/appchan-x/blob/Av2/CHANGELOG.md'; + changelog = 'https://github.com/zixaphir/appchan-x/blob/stable/CHANGELOG.md'; el = $.el('span', { innerHTML: "appchan x has been updated to version " + g.VERSION + "." }); @@ -13101,7 +13101,7 @@ Settings.dialog = dialog = $.el('div', { id: 'appchanx-settings', "class": 'dialog', - innerHTML: "
" + innerHTML: "
" }); Settings.overlay = overlay = $.el('div', { id: 'overlay' @@ -14486,7 +14486,7 @@ $.on(window, 'message', Main.message); $.set('lastchecked', now); return $.add(d.head, $.el('script', { - src: 'https://github.com/zixaphir/appchan-x/raw/Av2/latest.js' + src: 'https://github.com/zixaphir/appchan-x/raw/stable/latest.js' })); }); }); diff --git a/builds/appchan-x.meta.js b/builds/appchan-x.meta.js index 969228b44..d8c82d645 100644 --- a/builds/appchan-x.meta.js +++ b/builds/appchan-x.meta.js @@ -3,7 +3,7 @@ // @version 2.0.0 // @namespace zixaphir // @description The most comprehensive 4chan userscript. -// @license MIT; https://github.com/zixaphir/appchan-x/blob/Av2/LICENSE +// @license MIT; https://github.com/zixaphir/appchan-x/blob/stable/LICENSE // @match *://api.4chan.org/* // @match *://boards.4chan.org/* // @match *://images.4chan.org/* diff --git a/builds/appchan-x.user.js b/builds/appchan-x.user.js index 217f3e8ac..ec716b450 100644 --- a/builds/appchan-x.user.js +++ b/builds/appchan-x.user.js @@ -3,7 +3,7 @@ // @version 2.0.0 // @namespace zixaphir // @description The most comprehensive 4chan userscript. -// @license MIT; https://github.com/zixaphir/appchan-x/blob/Av2/LICENSE +// @license MIT; https://github.com/zixaphir/appchan-x/blob/stable/LICENSE // @match *://api.4chan.org/* // @match *://boards.4chan.org/* // @match *://images.4chan.org/* @@ -13068,7 +13068,7 @@ if (!(prev[0] <= curr[0] && prev[1] <= curr[1] && prev[2] <= curr[2])) { return; } - changelog = 'https://github.com/zixaphir/appchan-x/blob/Av2/CHANGELOG.md'; + changelog = 'https://github.com/zixaphir/appchan-x/blob/stable/CHANGELOG.md'; el = $.el('span', { innerHTML: "appchan x has been updated to version " + g.VERSION + "." }); @@ -13122,7 +13122,7 @@ Settings.dialog = dialog = $.el('div', { id: 'appchanx-settings', "class": 'dialog', - innerHTML: "
" + innerHTML: "
" }); Settings.overlay = overlay = $.el('div', { id: 'overlay' @@ -14505,7 +14505,7 @@ $.on(window, 'message', Main.message); $.set('lastchecked', now); return $.add(d.head, $.el('script', { - src: 'https://github.com/zixaphir/appchan-x/raw/Av2/latest.js' + src: 'https://github.com/zixaphir/appchan-x/raw/stable/latest.js' })); }); }); diff --git a/builds/crx/script.js b/builds/crx/script.js index 0d877f98f..baa3b5ef5 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -13051,7 +13051,7 @@ if (!(prev[0] <= curr[0] && prev[1] <= curr[1] && prev[2] <= curr[2])) { return; } - changelog = 'https://github.com/zixaphir/appchan-x/blob/Av2/CHANGELOG.md'; + changelog = 'https://github.com/zixaphir/appchan-x/blob/stable/CHANGELOG.md'; el = $.el('span', { innerHTML: "appchan x has been updated to version " + g.VERSION + "." }); @@ -13105,7 +13105,7 @@ Settings.dialog = dialog = $.el('div', { id: 'appchanx-settings', "class": 'dialog', - innerHTML: "
" + innerHTML: "
" }); Settings.overlay = overlay = $.el('div', { id: 'overlay' @@ -14490,7 +14490,7 @@ $.on(window, 'message', Main.message); $.set('lastchecked', now); return $.add(d.head, $.el('script', { - src: 'https://github.com/zixaphir/appchan-x/raw/Av2/latest.js' + src: 'https://github.com/zixaphir/appchan-x/raw/stable/latest.js' })); }); }); diff --git a/package.json b/package.json index d47fa6ce3..ec5d1909d 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "repo": "https://github.com/zixaphir/appchan-x/", "page": "http://zixaphir.github.com/appchan-x/", "buildsPath": "builds/", - "mainBranch": "Av2", + "mainBranch": "stable", "matches": [ "*://api.4chan.org/*", "*://boards.4chan.org/*",