aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--package.json2
2 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 55bf56d..cdba425 100644
--- a/Makefile
+++ b/Makefile
@@ -6,8 +6,6 @@ install: local-install
websync
local-install: bugzilla-triage.xpi
- rsync -av jsons/RH_Data-packages.json \
- $(WEBDIR)/ceplovi.cz/matej/progs/data/
rsync -av bugzilla-triage.xpi $(WEBDIR)/fedorapeople/scripts/
bugzilla-triage.xpi: package.json lib/*.js docs/*
diff --git a/package.json b/package.json
index 7550a42..265c696 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.4"
+ "version": "0.5"
}