Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ae59f4e

Browse files
committed
mark as compatible with Firefox 5.*, also mark as compatible with Firebug 1.3+
1 parent 67b7c6d commit ae59f4e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

firefox/install.rdf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
xmlns:em="http://www.mozilla.org/2004/em-rdf#">
44
<Description about="urn:mozilla:install-manifest">
55
<em:id>[email protected]</em:id>
6-
<em:version>0.9</em:version>
6+
<em:version>1.0</em:version>
77
<em:type>2</em:type>
88
<!-- Firefox -->
99
<em:targetApplication>
1010
<Description>
1111
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
1212
<em:minVersion>2.0</em:minVersion>
13-
<em:maxVersion>4.0.*</em:maxVersion>
13+
<em:maxVersion>5.*</em:maxVersion>
1414
</Description>
1515
</em:targetApplication>
1616
<!-- SeaMonkey -->
@@ -26,7 +26,7 @@
2626
<Description>
2727
<em:id>[email protected]</em:id>
2828
<em:minVersion>1.3</em:minVersion>
29-
<em:maxVersion>1.7</em:maxVersion>
29+
<em:maxVersion>1.*</em:maxVersion>
3030
</Description>
3131
</em:requires>
3232
<em:name>FireQuery</em:name>

0 commit comments

Comments
 (0)