Update minimum browser versions to latest stable versions

This commit is contained in:
Zixaphir 2013-12-26 16:05:17 -07:00
parent bab50e61ae
commit a51e1455f7
4 changed files with 10 additions and 10 deletions

View File

@ -1,8 +1,8 @@
// ==UserScript== // ==UserScript==
// @name 4chan X // @name 4chan X
// @version 1.2.44 // @version 1.2.44
// @minGMVer 1.12 // @minGMVer 1.13
// @minFFVer 22 // @minFFVer 26
// @namespace 4chan-X // @namespace 4chan-X
// @description Cross-browser userscript for maximum lurking on 4chan. // @description Cross-browser userscript for maximum lurking on 4chan.
// @license MIT; https://github.com/seaweedchan/4chan-x/blob/master/LICENSE // @license MIT; https://github.com/seaweedchan/4chan-x/blob/master/LICENSE

View File

@ -2,8 +2,8 @@
// ==UserScript== // ==UserScript==
// @name 4chan X // @name 4chan X
// @version 1.2.44 // @version 1.2.44
// @minGMVer 1.12 // @minGMVer 1.13
// @minFFVer 22 // @minFFVer 26
// @namespace 4chan-X // @namespace 4chan-X
// @description Cross-browser userscript for maximum lurking on 4chan. // @description Cross-browser userscript for maximum lurking on 4chan.
// @license MIT; https://github.com/seaweedchan/4chan-x/blob/master/LICENSE // @license MIT; https://github.com/seaweedchan/4chan-x/blob/master/LICENSE
@ -12392,7 +12392,7 @@
return; return;
} }
GMver = GM_info.version.split('.'); GMver = GM_info.version.split('.');
_ref2 = "1.12".split('.'); _ref2 = "1.13".split('.');
for (i = _j = 0, _len1 = _ref2.length; _j < _len1; i = ++_j) { for (i = _j = 0, _len1 = _ref2.length; _j < _len1; i = ++_j) {
v = _ref2[i]; v = _ref2[i];
if (v < GMver[i]) { if (v < GMver[i]) {
@ -12401,7 +12401,7 @@
if (v === GMver[i]) { if (v === GMver[i]) {
continue; continue;
} }
new Notice('warning', "Your version of Greasemonkey is outdated (v" + GM_info.version + " instead of v1.12 minimum) and 4chan X may not operate correctly.", 30); new Notice('warning', "Your version of Greasemonkey is outdated (v" + GM_info.version + " instead of v1.13 minimum) and 4chan X may not operate correctly.", 30);
break; break;
} }
try { try {

View File

@ -15,7 +15,7 @@
"run_at": "document_start" "run_at": "document_start"
}], }],
"homepage_url": "http://seaweedchan.github.io/4chan-x/", "homepage_url": "http://seaweedchan.github.io/4chan-x/",
"minimum_chrome_version": "29", "minimum_chrome_version": "31",
"permissions": [ "permissions": [
"storage" "storage"
] ]

View File

@ -19,9 +19,9 @@
"userjs": "4chan-X.user.js" "userjs": "4chan-X.user.js"
}, },
"min": { "min": {
"chrome": "29", "chrome": "31",
"firefox": "22", "firefox": "26",
"greasemonkey": "1.12" "greasemonkey": "1.13"
} }
}, },
"devDependencies": { "devDependencies": {