diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/chrome/content/globals.js | 2 | ||||
-rw-r--r-- | src/install.rdf | 4 |
2 files changed, 3 insertions, 3 deletions
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 --> |