diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2011-06-22 00:44:06 +0100 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2011-06-22 00:44:06 +0100 |
commit | 9b666c49dfb33764d408c7a4a2ee47f612ea3111 (patch) | |
tree | 39a5aed19a955d57fcbfcb21df81831e61568ce6 | |
parent | cb5634d1d8cd67f8689c6422f909dc219924f569 (diff) | |
download | Multiproxy-Switch-9b666c49dfb33764d408c7a4a2ee47f612ea3111.tar.gz |
Add support for Firefox 5.0v1.35
-rw-r--r-- | multiproxy_switch_1.34.xpi | bin | 76192 -> 0 bytes | |||
-rw-r--r-- | src/chrome/content/globals.js | 2 | ||||
-rw-r--r-- | src/install.rdf | 4 |
3 files changed, 3 insertions, 3 deletions
diff --git a/multiproxy_switch_1.34.xpi b/multiproxy_switch_1.34.xpi Binary files differdeleted file mode 100644 index 34114ea..0000000 --- a/multiproxy_switch_1.34.xpi +++ /dev/null diff --git a/src/chrome/content/globals.js b/src/chrome/content/globals.js index 608ed43..f0a5a5c 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.34";
+const gmproxy_Version = "1.35";
const gmproxy_DownloadSite = "https://github.com/jmccrohan/Multiproxy-Switch";
var gSProxyStrBundle = null;
diff --git a/src/install.rdf b/src/install.rdf index 8847787..05387a6 100644 --- a/src/install.rdf +++ b/src/install.rdf @@ -5,7 +5,7 @@ <em:id>{BB080420-8088-F650-3D47-13799CCD6159}</em:id> <em:name>Multiproxy Switch</em:name> - <em:version>1.34</em:version> + <em:version>1.35</em:version> <em:description>MPS lets you switch local proxies in Firefox and Thunderbird, and do more.</em:description> <em:creator>McFred</em:creator> <em:contributor>Jeremy Gillick (http://www.mozmonkey.com)</em:contributor> @@ -18,7 +18,7 @@ <Description> <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <em:minVersion>1.5</em:minVersion> - <em:maxVersion>4.0.*</em:maxVersion> + <em:maxVersion>5.*</em:maxVersion> </Description> </em:targetApplication> <!-- Thunderbird --> |