aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile1
-rw-r--r--package.json2
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 77c5865..be4e470 100644
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,7 @@ install: local-install
local-install: bugzilla-triage.xpi
rsync -av bugzilla-triage.xpi $(WEBDIR)/fedorahosted/
+ rsync -av jsons/Config_data.json $(WEBDIR)/fedorahosted/
bugzilla-triage.xpi: package.json lib/*.js docs/*
cfx xpi
diff --git a/package.json b/package.json
index c304916..2de844c 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.7"
+ "version": "0.8"
}