From dfbf8279a3bb742fc8e43d9050dad4206972ba20 Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan Date: Fri, 11 May 2012 01:26:04 +0100 Subject: Bump version support to Firefox 12 --- README.md | 6 ++++-- src/chrome/content/globals.js | 2 +- src/install.rdf | 6 +++--- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2e4259a..790a949 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,13 @@ Change the .zip file to .xpi, and add manually to Firefox Requirements: ---------------------- -Firefox 2.* - 9.* +Firefox 2.* - 12+ or -Thunderbird 1.* - 9.* +Thunderbird 1.* - 12+ + +Firefox/Thunderbird 10+ mark add-ons as compatible by default. TODO: ---------------------- diff --git a/src/chrome/content/globals.js b/src/chrome/content/globals.js index 1e9ffca..3591c88 100644 --- a/src/chrome/content/globals.js +++ b/src/chrome/content/globals.js @@ -6,7 +6,7 @@ const gSProxyRdfNodeId = gSProxyRdfNodeUriRoot+ "#id"; const gSProxyRdfNodeName = gSProxyRdfNodeUriRoot+ "#name"; const gSProxyRdfNodeProxy = gSProxyRdfNodeUriRoot+ "#proxy"; -const gmproxy_Version = "1.39"; +const mproxy_Version = "1.40"; const gmproxy_DownloadSite = "https://github.com/jmccrohan/Multiproxy-Switch"; var gSProxyStrBundle = null; diff --git a/src/install.rdf b/src/install.rdf index 23de151..a6dcc72 100644 --- a/src/install.rdf +++ b/src/install.rdf @@ -5,7 +5,7 @@ {BB080420-8088-F650-3D47-13799CCD6159} Multiproxy Switch - 1.39 + 1.40 MPS lets you switch local proxies in Firefox and Thunderbird, and do more. jmccrohan Jeremy Gillick (http://www.mozmonkey.com) @@ -19,7 +19,7 @@ {ec8030f7-c20a-464f-9b0e-13a3a9e97384} 1.5 - 9.* + 12.* @@ -27,7 +27,7 @@ {3550f703-e582-4d05-9a08-453d09bdfdc6} 1.0 - 9.* + 12.* -- cgit v1.2.3