diff options
-rw-r--r-- | lib/main.js | 2 | ||||
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | update.rdf | 30 |
3 files changed, 32 insertions, 2 deletions
diff --git a/lib/main.js b/lib/main.js index 2c99185..18429c5 100644 --- a/lib/main.js +++ b/lib/main.js @@ -164,4 +164,4 @@ contextMenu.Item({ require("clipboard").set(comment); } }); -tabs.open("https://bugs.eclipse.org/bugs/show_bug.cgi?id=304933"); +//tabs.open("https://bugs.eclipse.org/bugs/show_bug.cgi?id=304933"); diff --git a/package.json b/package.json index 9f0e1c5..a07ccf0 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.6", + "version": "1.6.2", "contributors": [ "Ehsan Akhgari (http://ehsanakhgari.org/) <ehsan@mozilla.com>", "Johnathan Nightingale (http://johnath.com) <johnath@mozilla.com>", @@ -262,6 +262,36 @@ xmlns:em="http://www.mozilla.org/2004/em-rdf#"> </em:targetApplication> </Description> </li> + <li> + <Description> + <em:version>1.6.1</em:version> + <em:targetApplication> + <Description> + <em:id> + {ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> + <em:minVersion>10.0</em:minVersion> + <em:maxVersion>12.0a2</em:maxVersion> + <em:updateLink> + https://fedorahosted.org/released/bugzilla-triage-scripts/bugzilla-triage-1.6.1.xpi</em:updateLink> + </Description> + </em:targetApplication> + </Description> + </li> + <li> + <Description> + <em:version>1.6.2</em:version> + <em:targetApplication> + <Description> + <em:id> + {ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> + <em:minVersion>10.0</em:minVersion> + <em:maxVersion>12.0a2</em:maxVersion> + <em:updateLink> + https://fedorahosted.org/released/bugzilla-triage-scripts/bugzilla-triage-1.6.2.xpi</em:updateLink> + </Description> + </em:targetApplication> + </Description> + </li> </Seq> </em:updates> </Description> |