From 79316d885f8d415ad746406c3691bb722453a3ee Mon Sep 17 00:00:00 2001 From: Dominik Leiner Date: Wed, 12 Oct 2016 11:11:27 +0200 Subject: [PATCH] Added requirements to plugin.json, and also hat to change the version to trigger the Piwik marketplace webhook --- plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.json b/plugin.json index fb0843d..d1a0264 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "name": "ExposureResearchTools", "license": "GPL v3+", - "version": "0.1.5", + "version": "0.1.6", "homepage": "https://github.com/BurninLeo/ExposureResearchTools", "description": "Download unique visits as CSV, and support for merging data with pre-/post surveys for selective exposure research (see Plugin Website for details).", "keywords": ["data retrieval", "csv", "download", "research", "selective exposure", "tracking"],