<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -22,14 +22,21 @@
 &lt;groupbox align=&quot;center&quot; orient=&quot;horizontal&quot;&gt;
 &lt;vbox&gt;
   &lt;text value=&quot;Callout&quot; style=&quot;font-weight: bold; font-size: x-large;&quot;/&gt;
-  &lt;text value=&quot;&amp;version; 0.3.2&quot;/&gt;
+  &lt;text id=&quot;version&quot; value=&quot;&amp;version; &quot;/&gt;
+  &lt;script type=&quot;application/javascript&quot;&gt;
+  //&lt;![CDATA[
+    var ext = Application.extensions.get('callout@lackac.hu');
+    var version = document.getElementById('version');
+    version.setAttribute('value', version.getAttribute('value') + ext.version);
+  //]]&gt;
+  &lt;/script&gt;
   &lt;separator class=&quot;thin&quot;/&gt;
   &lt;text value=&quot;&amp;createdBy;&quot; style=&quot;font-weight: bold;&quot;/&gt;
   &lt;text value=&quot;L&#225;szl&#243; B&#225;csi&quot;/&gt;
   &lt;separator class=&quot;thin&quot;/&gt;
     &lt;text value=&quot;&amp;homepage;&quot; style=&quot;font-weight: bold;&quot;/&gt;
-    &lt;text value=&quot;https://addons.mozilla.org/en-US/firefox/addon/7458&quot; class=&quot;url&quot;
-        onclick=&quot;window.open('https://addons.mozilla.org/en-US/firefox/addon/7458'); window.close();&quot;/&gt;
+    &lt;text value=&quot;http://icanscale.com/callout/&quot; class=&quot;url&quot;
+        onclick=&quot;window.open('http://icanscale.com/callout/'); window.close();&quot;/&gt;
   &lt;separator class=&quot;thin&quot;/&gt;
 &lt;/vbox&gt;
 &lt;/groupbox&gt;</diff>
      <filename>content/about.xul</filename>
    </modified>
    <modified>
      <diff>@@ -41,7 +41,7 @@ const FROM_GM = 1;
 const FROM_WORLD = 2;
 
 var Callout = {
-  version: '0.3.2',
+  version: Application.extensions.get('callout@lackac.hu').version,
   icon: 'chrome://callout/content/callout.png',
 
   init: function() {</diff>
      <filename>content/overlay.js</filename>
    </modified>
    <modified>
      <diff>@@ -8,7 +8,7 @@
 // This is a Greasemonkey user script.
 //
 // To install, you need Greasemonkey: http://greasemonkey.mozdev.org/
-// You will also need the Callout extension: https://addons.mozilla.org/en-US/firefox/addon/7458
+// You will also need the Callout extension: http://icanscale.com/callout/
 // Install them then restart Firefox and revisit this script.
 //
 // To uninstall, go to Tools/Greasemonkey/Manage User Scripts,</diff>
      <filename>examples/loudspy.user.js</filename>
    </modified>
    <modified>
      <diff>@@ -4,10 +4,10 @@
   &lt;Description about=&quot;urn:mozilla:install-manifest&quot;&gt;
     &lt;em:id&gt;callout@lackac.hu&lt;/em:id&gt;
     &lt;em:name&gt;Callout&lt;/em:name&gt;
-    &lt;em:version&gt;0.3.2.1&lt;/em:version&gt;
+    &lt;em:version&gt;0.3.3&lt;/em:version&gt;
     &lt;em:creator&gt;L&#225;szl&#243; B&#225;csi&lt;/em:creator&gt;
     &lt;em:description&gt;Notification Services for Javascript&lt;/em:description&gt;
-    &lt;em:homepageURL&gt;https://addons.mozilla.org/en-US/firefox/addon/7458&lt;/em:homepageURL&gt;
+    &lt;em:homepageURL&gt;https://icanscale.com/callout/&lt;/em:homepageURL&gt;
     &lt;!--&lt;em:updateURL&gt;https://lackac.hu/lab/callout/update&lt;/em:updateURL&gt;--&gt;
     &lt;em:aboutURL&gt;chrome://callout/content/about.xul&lt;/em:aboutURL&gt;
     &lt;em:optionsURL&gt;chrome://callout/content/options.xul&lt;/em:optionsURL&gt;</diff>
      <filename>install.rdf</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ebf0f9f6c186dd0358c0a6c80f0225c08eb7a180</id>
    </parent>
  </parents>
  <author>
    <name>Laszlo Bacsi</name>
    <email>github@lackac.name</email>
  </author>
  <url>http://github.com/lackac/callout/commit/6aa512f588c266d330d36b6b2c63c78924de7760</url>
  <id>6aa512f588c266d330d36b6b2c63c78924de7760</id>
  <committed-date>2009-10-14T07:53:31-07:00</committed-date>
  <authored-date>2009-10-14T07:53:31-07:00</authored-date>
  <message>Changed version to 0.3.3, also changed homepage url</message>
  <tree>b387c248a32ace8ef02bee559358be1170a38a27</tree>
  <committer>
    <name>Laszlo Bacsi</name>
    <email>github@lackac.name</email>
  </committer>
</commit>
