From c792626db150b0176e3350df99b5b8081075f2c0 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Mon, 12 Feb 2024 10:58:25 -0600 Subject: [PATCH] bump version number --- package.json | 2 +- src/plugin.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0bdbb55..ecac095 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-diagram", - "version": "1.7.4", + "version": "1.9.0", "description": "Display diagrams and charts in Grafana with colored metric indicators", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production", diff --git a/src/plugin.json b/src/plugin.json index ea1b87a..ccc5adf 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -56,7 +56,7 @@ "updated": "%TODAY%" }, "dependencies": { - "grafanaDependency": "7.x", + "grafanaDependency": "9.x", "plugins": [] } } \ No newline at end of file