diff options
-rw-r--r-- | package.json | 4 | ||||
-rw-r--r-- | update.rdf | 15 |
2 files changed, 17 insertions, 2 deletions
diff --git a/package.json b/package.json index 6ca746e..584048c 100644 --- a/package.json +++ b/package.json @@ -4,12 +4,12 @@ "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.7.1", + "version": "1.8", "contributors": [ "Ehsan Akhgari (http://ehsanakhgari.org/) <ehsan@mozilla.com>", "Johnathan Nightingale (http://johnath.com) <johnath@mozilla.com>", "Heather Arthur (http://harthur.wordpress.com/) <harthur@mozilla.com>", "Steve Fink (http://blog.mozilla.com/sfink/) <sfink@mozilla.com>" ], - "url": "https://fedorahosted.org/bugzilla-triage-scripts/" + "url": "https://fedorahosted.org/bugzilla-triage-scripts/" } @@ -397,6 +397,21 @@ xmlns:em="http://www.mozilla.org/2004/em-rdf#"> </em:targetApplication> </Description> </li> + <li> + <Description> + <em:version>1.8</em:version> + <em:targetApplication> + <Description> + <em:id> + {ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> + <em:minVersion>19.0</em:minVersion> + <em:maxVersion>20.*</em:maxVersion> + <em:updateLink> + https://fedorahosted.org/released/bugzilla-triage-scripts/bugzilla-triage-1.8.xpi</em:updateLink> + </Description> + </em:targetApplication> + </Description> + </li> </Seq> </em:updates> </Description> |