From e8cdf971c0225b75ea938b6f2fbfc2df87f0e353 Mon Sep 17 00:00:00 2001
From: Jonathan McCrohan <jmccrohan@gmail.com>
Date: Wed, 30 Nov 2011 21:19:02 +0000
Subject: Fix menu transparency issue.

(Merged fork from Regis Cosnier)
---
 src/chrome/content/globals.js | 2 +-
 src/install.rdf               | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

(limited to 'src')

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>
-- 
cgit v1.2.3