From c80011f9c6ddeba621a9290c2933262c276d9256 Mon Sep 17 00:00:00 2001 From: Lukas Winkler Date: Tue, 19 Jun 2018 20:38:33 +0200 Subject: [PATCH] fix description --- README.md | 2 ++ plugin.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b05703a..91c1d8d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Alternative Sparklines Theme +## Description + *a minimalistic alternative to the default sparkline style* This theme requires Matomo 3.6.0 or later. diff --git a/plugin.json b/plugin.json index 01bdf20..2991953 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "name": "AlternativeSparklines", "description": "a minimalistic alternative to the default sparkline style", - "version": "0.1.1", + "version": "0.1.2", "theme": true, "require": { "piwik": ">=3.6.0-b1,<4.0.0-b1"