aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2011-11-30 21:19:02 +0000
committerJonathan McCrohan <jmccrohan@gmail.com>2011-11-30 21:19:02 +0000
commite8cdf971c0225b75ea938b6f2fbfc2df87f0e353 (patch)
treed557f618db24bd363cf3f3319a8a74cb6def84d0
parent6af120a1814470527fcc6492c89c895229956004 (diff)
downloadMultiproxy-Switch-e8cdf971c0225b75ea938b6f2fbfc2df87f0e353.tar.gz
Fix menu transparency issue.v1.38.1
(Merged fork from Regis Cosnier)
-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>