diff options
-rw-r--r-- | Makefile | 3 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 2 insertions, 3 deletions
@@ -13,8 +13,7 @@ bugzilla-triage.xpi: package.json lib/*.js docs/* cfx xpi ;\ unzip -qqo bugzilla-triage.xpi install.rdf ;\ sed -i -e \ - 's!<em:minVersion>3.5</em:minVersion>!<em:minVersion>3.6</em:minVersion>!' \ - -e '/em:creator/a\ + '/em:creator/a\ <em:iconURL>https://fedorahosted.org/released/bugzilla-triage-scripts/icon.png</em:iconURL>\ <em:updateURL>https://fedorahosted.org/released/bugzilla-triage-scripts/update.rdf</em:updateURL>\ ' \ diff --git a/package.json b/package.json index 1886364..5a8adf0 100644 --- a/package.json +++ b/package.json @@ -7,5 +7,5 @@ "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)", - "version": "0.25" + "version": "0.26" } |