From 97696c49f644adaf1dbd24ece6fc3f6c6f9ae569 Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Fri, 23 Mar 2018 19:22:40 +0300 Subject: [PATCH] bump plugin version to 3.9 --- dist/plugin.json | 6 +++--- src/plugin.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dist/plugin.json b/dist/plugin.json index fe0f02b..378eb4e 100644 --- a/dist/plugin.json +++ b/dist/plugin.json @@ -26,8 +26,8 @@ {"name": "Metric Editor", "path": "img/screenshot-metric_editor.png"}, {"name": "Triggers", "path": "img/screenshot-triggers.png"} ], - "version": "3.8.1", - "updated": "2017-12-21" + "version": "3.9.0", + "updated": "2018-03-23" }, "includes": [ @@ -49,7 +49,7 @@ ], "dependencies": { - "grafanaVersion": "3.x 4.x", + "grafanaVersion": "5.x", "plugins": [] } } diff --git a/src/plugin.json b/src/plugin.json index fe0f02b..378eb4e 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": "3.8.1", - "updated": "2017-12-21" + "version": "3.9.0", + "updated": "2018-03-23" }, "includes": [ @@ -49,7 +49,7 @@ ], "dependencies": { - "grafanaVersion": "3.x 4.x", + "grafanaVersion": "5.x", "plugins": [] } }