aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2011-04-26 13:47:41 +0100
committerJonathan McCrohan <jmccrohan@gmail.com>2011-04-26 13:47:41 +0100
commitcb5634d1d8cd67f8689c6422f909dc219924f569 (patch)
tree873153e5887163005e57ec64aab304ca5583b57a
parent1e4db7648d89a52c17e15946db1b8cfc9ac02dbc (diff)
downloadMultiproxy-Switch-cb5634d1d8cd67f8689c6422f909dc219924f569.tar.gz
Fixing internal version numbers.v1.34
-rw-r--r--multiproxy_switch_1.34.xpibin76999 -> 76192 bytes
-rw-r--r--src/chrome/content/contents.rdf2
-rw-r--r--src/chrome/content/dialogs/about.xul6
-rw-r--r--src/chrome/content/globals.js4
4 files changed, 6 insertions, 6 deletions
diff --git a/multiproxy_switch_1.34.xpi b/multiproxy_switch_1.34.xpi
index f1ad45f..34114ea 100644
--- a/multiproxy_switch_1.34.xpi
+++ b/multiproxy_switch_1.34.xpi
Binary files differ
diff --git a/src/chrome/content/contents.rdf b/src/chrome/content/contents.rdf
index 90450c4..3e32d76 100644
--- a/src/chrome/content/contents.rdf
+++ b/src/chrome/content/contents.rdf
@@ -9,7 +9,7 @@
<RDF:Description about="urn:mozilla:package:mproxy"
chrome:author="Based on SwitchProxy by Jeremy Gillick"
- chrome:authorURL="http://mcfreds.blogspot.com/"
+ chrome:authorURL="https://github.com/jmccrohan/Multiproxy-Switch"
chrome:description="Multiproxy Switch lets you set local proxy in Firefox and Thunderbird, and do more."
chrome:displayName="Multiproxy Switch"
chrome:extension="true"
diff --git a/src/chrome/content/dialogs/about.xul b/src/chrome/content/dialogs/about.xul
index 3363c81..5c61955 100644
--- a/src/chrome/content/dialogs/about.xul
+++ b/src/chrome/content/dialogs/about.xul
@@ -31,8 +31,8 @@
<label value="v" id="mproxy-version" style="margin-left: 2px;" />
</hbox>
<label value="Based on SwitchProxy by Jeremy Gillick" />
- <label value="http://multiproxyswitch.blogspot.com"
+ <label value="https://github.com/jmccrohan/Multiproxy-Switch"
style="color: #0000FF; text-decoration: underline; cursor: pointer;"
- onclick="open_tab('http://multiproxyswitch.blogspot.com');" />
+ onclick="open_tab('https://github.com/jmccrohan/Multiproxy-Switch');" />
</vbox>
-</dialog> \ No newline at end of file
+</dialog>
diff --git a/src/chrome/content/globals.js b/src/chrome/content/globals.js
index ba46c76..608ed43 100644
--- a/src/chrome/content/globals.js
+++ b/src/chrome/content/globals.js
@@ -6,8 +6,8 @@ const gSProxyRdfNodeId = gSProxyRdfNodeUriRoot+ "#id";
const gSProxyRdfNodeName = gSProxyRdfNodeUriRoot+ "#name";
const gSProxyRdfNodeProxy = gSProxyRdfNodeUriRoot+ "#proxy";
-const gmproxy_Version = "1.33";
-const gmproxy_DownloadSite = "http://switchproxy.googlepages.com";
+const gmproxy_Version = "1.34";
+const gmproxy_DownloadSite = "https://github.com/jmccrohan/Multiproxy-Switch";
var gSProxyStrBundle = null;