From 7f083bde5cc75a519f0af66402ce01da84bd839d Mon Sep 17 00:00:00 2001 From: alexm Date: Fri, 7 Jun 2024 10:13:32 +0200 Subject: [PATCH] build: increase version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 139961155..87546bb66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "salix-front", - "version": "24.26.0", + "version": "24.26.1", "description": "Salix frontend", "productName": "Salix", "author": "Verdnatura", @@ -56,4 +56,4 @@ "vite": "^5.1.4", "vitest": "^0.31.1" } -} \ No newline at end of file +}