From b9e5bedd39da0543d9c85a9757e1ea34912985f7 Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Thu, 4 Jun 2020 18:34:33 +0300 Subject: [PATCH] bump plugin version to 4.0.0-alpha1 --- src/plugin.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/plugin.json b/src/plugin.json index 8a5df1c27..c6facd1ef 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -26,8 +26,8 @@ {"name": "Metric Editor", "path": "img/screenshot-metric_editor.png"}, {"name": "Triggers", "path": "img/screenshot-triggers.png"} ], - "version": "4.0.0-alpha", - "updated": "2020-05-28" + "version": "4.0.0-alpha1", + "updated": "2020-06-04" }, "includes": [ @@ -42,7 +42,7 @@ ], "dependencies": { - "grafanaVersion": "6.4", + "grafanaVersion": "7.0", "plugins": [] } }