From 7dffbf04614c6d7647808754daa176309f0097eb Mon Sep 17 00:00:00 2001 From: Jeremy Date: Tue, 13 Feb 2024 14:16:48 -0600 Subject: [PATCH] set version --- VERSION | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index f8e233b..81c871d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.9.0 +1.10.0 diff --git a/package.json b/package.json index 0708f43..9381e2f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-diagram", - "version": "1.9.0", + "version": "1.10.0", "description": "Display diagrams and charts in Grafana with colored metric indicators", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production",