aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/chrome/content/globals.js2
-rw-r--r--src/install.rdf4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/chrome/content/globals.js b/src/chrome/content/globals.js
index f7fb5e1..ee82427 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.38";
+const gmproxy_Version = "1.38.1";
const gmproxy_DownloadSite = "https://github.com/jmccrohan/Multiproxy-Switch";
var gSProxyStrBundle = null;
diff --git a/src/install.rdf b/src/install.rdf
index 59aa0d1..99d21c2 100644
--- a/src/install.rdf
+++ b/src/install.rdf
@@ -5,9 +5,9 @@
<em:id>{BB080420-8088-F650-3D47-13799CCD6159}</em:id>
<em:name>Multiproxy Switch</em:name>
- <em:version>1.38</em:version>
+ <em:version>1.38.1</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:creator>jmccrohan</em:creator>
<em:contributor>Jeremy Gillick (http://www.mozmonkey.com)</em:contributor>
<em:contributor>Jonathan McCrohan (http://dereenigne.org)</em:contributor>
<em:homepageURL>https://github.com/jmccrohan/Multiproxy-Switch</em:homepageURL>