From 0aa2b856e22a2666b1a5a78b1526774605a51f01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20G=C4=85sowski?= Date: Wed, 27 Nov 2024 01:45:56 +0100 Subject: [PATCH] Release 2.9.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1adf462..48c8aeb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nms-frigate-calc", "private": true, - "version": "2.9.0", + "version": "2.9.1", "type": "module", "scripts": { "dev": "dotenvx run -- vite",