From a51e1455f70a46552a0bfc68fdb73e4e6addaeb9 Mon Sep 17 00:00:00 2001 From: Zixaphir Date: Thu, 26 Dec 2013 16:05:17 -0700 Subject: [PATCH] Update minimum browser versions to latest stable versions --- builds/4chan-X.meta.js | 4 ++-- builds/4chan-X.user.js | 8 ++++---- builds/crx/manifest.json | 2 +- package.json | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/builds/4chan-X.meta.js b/builds/4chan-X.meta.js index 6a0df7b5d..e292df866 100755 --- a/builds/4chan-X.meta.js +++ b/builds/4chan-X.meta.js @@ -1,8 +1,8 @@ // ==UserScript== // @name 4chan X // @version 1.2.44 -// @minGMVer 1.12 -// @minFFVer 22 +// @minGMVer 1.13 +// @minFFVer 26 // @namespace 4chan-X // @description Cross-browser userscript for maximum lurking on 4chan. // @license MIT; https://github.com/seaweedchan/4chan-x/blob/master/LICENSE diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index 06b3ddda6..ec263c02b 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -2,8 +2,8 @@ // ==UserScript== // @name 4chan X // @version 1.2.44 -// @minGMVer 1.12 -// @minFFVer 22 +// @minGMVer 1.13 +// @minFFVer 26 // @namespace 4chan-X // @description Cross-browser userscript for maximum lurking on 4chan. // @license MIT; https://github.com/seaweedchan/4chan-x/blob/master/LICENSE @@ -12392,7 +12392,7 @@ return; } GMver = GM_info.version.split('.'); - _ref2 = "1.12".split('.'); + _ref2 = "1.13".split('.'); for (i = _j = 0, _len1 = _ref2.length; _j < _len1; i = ++_j) { v = _ref2[i]; if (v < GMver[i]) { @@ -12401,7 +12401,7 @@ if (v === GMver[i]) { 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; } try { diff --git a/builds/crx/manifest.json b/builds/crx/manifest.json index bf3059c61..8cb28d86f 100755 --- a/builds/crx/manifest.json +++ b/builds/crx/manifest.json @@ -15,7 +15,7 @@ "run_at": "document_start" }], "homepage_url": "http://seaweedchan.github.io/4chan-x/", - "minimum_chrome_version": "29", + "minimum_chrome_version": "31", "permissions": [ "storage" ] diff --git a/package.json b/package.json index 24bfdce1a..e9a2ba7da 100755 --- a/package.json +++ b/package.json @@ -19,9 +19,9 @@ "userjs": "4chan-X.user.js" }, "min": { - "chrome": "29", - "firefox": "22", - "greasemonkey": "1.12" + "chrome": "31", + "firefox": "26", + "greasemonkey": "1.13" } }, "devDependencies": {