From 630a5785223f9d75462f536ddf7b6a3b32feeab1 Mon Sep 17 00:00:00 2001 From: alexm Date: Tue, 18 Feb 2025 13:39:05 +0100 Subject: [PATCH] build: init version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d23ed0ced..e78b0cf3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "salix-front", - "version": "25.08.0", + "version": "25.10.0", "description": "Salix frontend", "productName": "Salix", "author": "Verdnatura", @@ -71,4 +71,4 @@ "vite": "^6.0.11", "vitest": "^0.31.1" } -} \ No newline at end of file +}