diff options
author | Matěj Cepl <mcepl@redhat.com> | 2010-11-12 15:02:15 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2010-11-12 15:02:15 +0100 |
commit | 94204070249610258451f8ec9f2d6aa7db4ea7d5 (patch) | |
tree | b3dc9df9142bd0bb4c77e8f028df97819eb0dd1c | |
parent | 4f49d26d4e303f80d6a8a4c42d9b6625dec81131 (diff) | |
download | bugzilla-triage-94204070249610258451f8ec9f2d6aa7db4ea7d5.tar.gz |
Actually, really bump the version. :(
-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" } |