From 1357f0f285900b091486c65f870812b7bb8b031b Mon Sep 17 00:00:00 2001 From: Aleks Volochnev Date: Tue, 11 Jan 2022 14:54:15 +0100 Subject: [PATCH] Update plugin.json --- src/plugin.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/plugin.json b/src/plugin.json index 2648581..78000d4 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -24,11 +24,11 @@ {"name": "GitHub", "url": "https://github.com/HadesArchitect/grafana-cassandra-source"}, {"name": "MIT License", "url": "https://github.com/HadesArchitect/grafana-cassandra-source/blob/master/LICENSE"} ], - "version": "1.0.0", - "updated": "2021-05-09" + "version": "1.1.1", + "updated": "2022-01-11" }, "dependencies": { - "grafanaDependency": ">=5.0.0", + "grafanaDependency": ">=5.0.0,<8.0.0", "plugins": [ ] } }