From ad44a8a315a90d44f3566eb49f8b23ac34514fa9 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Tue, 5 Mar 2024 03:25:57 -0600 Subject: [PATCH] Released 1.10.3 and prepared for 1.10.4 --- VERSION | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 587c5f0..18b3114 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.10.3 +1.10.4 diff --git a/package.json b/package.json index 79bf037..f536160 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-diagram", - "version": "1.10.3", + "version": "1.10.4", "description": "Display diagrams and charts in Grafana with colored metric indicators", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production",