-rw-r--r-- | install.rdf.in | 2 | ||||
-rw-r--r-- | update.rdf.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/install.rdf.in b/install.rdf.in index 62933e2..1e70de4 100644 --- a/install.rdf.in +++ b/install.rdf.in @@ -1,28 +1,28 @@ <?xml version="1.0"?> <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>@MOZ_EXT_ID@</em:id> <em:name>Fireflix</em:name> <em:version>@VERSION@</em:version> <em:description>Flickr management tool</em:description> <em:creator>Klever Group; http://www.klever.net/</em:creator> <em:homepageURL>http://kin.klever.net/fireflix/</em:homepageURL> <em:iconURL>chrome://fireflix/content/icons/32x32/fireflix.png</em:iconURL> <em:updateURL>http://kin.klever.net/fireflix/update?v=@VERSION@</em:updateURL> <em:aboutURL>chrome://fireflix/content/about.xul</em:aboutURL> <!-- Firefox --> <em:targetApplication> <Description> <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <em:minVersion>1.5</em:minVersion> - <em:maxVersion>1.5.0.*</em:maxVersion> + <em:maxVersion>2.0</em:maxVersion> </Description> </em:targetApplication> </Description> </RDF> diff --git a/update.rdf.in b/update.rdf.in index 0273e55..6320ca9 100644 --- a/update.rdf.in +++ b/update.rdf.in @@ -1,26 +1,26 @@ <?xml version="1.0"?> <RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#"> <RDF:Description about="urn:mozilla:extension:@MOZ_EXT_ID@"> <em:updates> <RDF:Seq> <RDF:li resource="urn:mozilla:extension:@MOZ_EXT_ID@:@VERSION@"/> </RDF:Seq> </em:updates> </RDF:Description> <RDF:Description about="urn:mozilla:extension:@MOZ_EXT_ID@:@VERSION@"> <em:version>@VERSION@</em:version> <em:targetApplication> <Description> <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <em:minVersion>1.5</em:minVersion> - <em:maxVersion>1.5.0.*</em:maxVersion> + <em:maxVersion>2.0</em:maxVersion> <em:updateLink>http://kin.klever.net/dist/@PACKAGE@-@VERSION@.xpi</em:updateLink> </Description> </em:targetApplication> </RDF:Description> </RDF:RDF> |