From 1cadc51cc0135b9c4cf338e09c7874e1f49bf61b Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Tue, 6 Sep 2011 19:18:18 +0200 Subject: New release version. --- Makefile | 4 ++-- package.json | 2 +- update.rdf | 15 +++++++++++++++ 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 29fdcc9..cc7d30d 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ install: local-install #make -C $(WEBDIR) #websync -local-install: bugzilla-triage.xpi +local-install: bugzilla-triage.xpi update.rdf rsync -av bugzilla-triage.xpi $(WEBDIR) rsync -av jsons/Config_data.json $(WEBDIR) @@ -17,7 +17,7 @@ bugzilla-triage.xpi: package.json lib/*.js cfx xpi --update-link=$(UPSTREAM_XPI_URL) --update-url=$(UPDATE_URL) tidy -i -xml -utf8 -m bugzilla-triage.update.rdf -update.rdf: +update.rdf: bugzilla-triage.xpi tidy -i -xml -utf8 -m update.rdf clean: diff --git a/package.json b/package.json index bd6fee4..82916f9 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.5", + "version": "1.4.6", "contributors": [ "Ehsan Akhgari (http://ehsanakhgari.org/) ", "Johnathan Nightingale (http://johnath.com) ", diff --git a/update.rdf b/update.rdf index c81f272..b67c151 100644 --- a/update.rdf +++ b/update.rdf @@ -141,6 +141,21 @@ xmlns:em="http://www.mozilla.org/2004/em-rdf#"> + +
  • + + 1.4.6 + + + + {ec8030f7-c20a-464f-9b0e-13a3a9e97384} + 4.0b7 + 9.0a1 + + https://fedorahosted.org/released/bugzilla-triage-scripts/bugzilla-triage-1.4.6.xpi + + +
  • -- cgit