diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-09-09 19:11:39 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-10-30 11:19:19 +0100 |
commit | 8da686bda435ab9ec996cc04a396609c44a1c451 (patch) | |
tree | 7462e7badbd94e604a289945b4dbf33844e76459 | |
parent | 6eb6ba43b95ac340fa115a2a1efccdc0cc0f47f0 (diff) | |
download | bugzilla-triage-8da686bda435ab9ec996cc04a396609c44a1c451.tar.gz |
New release ... rebuild for FF 9 compatibility.
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | update.rdf | 30 |
2 files changed, 31 insertions, 1 deletions
diff --git a/package.json b/package.json index 160b912..e8eb0ba 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "description": "Additional buttons and other function helping in the triage on bugzilla", "author": "Matej Cepl (http://matej.ceplovi.cz)", "license": "MIT/X11 (http://opensource.org/licenses/mit-license.php) and MPL", - "version": "1.4.9", + "version": "1.4.10", "contributors": [ "Ehsan Akhgari (http://ehsanakhgari.org/) <ehsan@mozilla.com>", "Johnathan Nightingale (http://johnath.com) <johnath@mozilla.com>", @@ -187,6 +187,36 @@ xmlns:em="http://www.mozilla.org/2004/em-rdf#"> </em:targetApplication> </Description> </li> + <li> + <Description> + <em:version>1.4.9</em:version> + <em:targetApplication> + <Description> + <em:id> + {ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> + <em:minVersion>4.0b7</em:minVersion> + <em:maxVersion>9.0a1</em:maxVersion> + <em:updateLink> + https://fedorahosted.org/released/bugzilla-triage-scripts/bugzilla-triage-1.4.9.xpi</em:updateLink> + </Description> + </em:targetApplication> + </Description> + </li> + <li> + <Description> + <em:version>1.4.10</em:version> + <em:targetApplication> + <Description> + <em:id> + {ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> + <em:minVersion>4.0b7</em:minVersion> + <em:maxVersion>10.0a1</em:maxVersion> + <em:updateLink> + https://fedorahosted.org/released/bugzilla-triage-scripts/bugzilla-triage-1.4.10.xpi</em:updateLink> + </Description> + </em:targetApplication> + </Description> + </li> </Seq> </em:updates> </Description> |