Browse Source

Maybe it will just work in 1.1.

Douglas William Thrift 12 years ago
parent
commit
425be39c1c
1 changed files with 3 additions and 3 deletions
  1. 3 3
      install.rdf

+ 3 - 3
install.rdf

@@ -2,14 +2,14 @@
 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#">
     <Description about="urn:mozilla:install-manifest">
         <em:id>inputhistory@douglasthrift.net</em:id>
-        <em:version>1.0</em:version>
+        <em:version>1.1alpha</em:version>
         <em:type>2</em:type>
         <!-- Instantbird -->
         <em:targetApplication>
             <Description>
                 <em:id>{33cb9019-c295-46dd-be21-8c4936574bee}</em:id>
-                <em:minVersion>0.3b1</em:minVersion>
-                <em:maxVersion>1.0.*</em:maxVersion>
+                <em:minVersion>1.1</em:minVersion>
+                <em:maxVersion>1.*</em:maxVersion>
             </Description>
         </em:targetApplication>
         <em:name>Input History</em:name>