From 885b410e488fde52023f688789df9ee5a04e15b8 Mon Sep 17 00:00:00 2001 From: Julian Cuni Date: Thu, 3 Sep 2026 10:11:20 +0200 Subject: [PATCH] chore(desktop): bump version to 0.1.0 for first tagged release Still at the scaffold default 0.0.0 with no v* tag ever cut. Bumping so a v0.1.0 tag can exercise release.yml (and the new public_releases mirror step) for the first time. --- apps/desktop/src-tauri/tauri.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/desktop/src-tauri/tauri.conf.json b/apps/desktop/src-tauri/tauri.conf.json index ece1c32..0832156 100644 --- a/apps/desktop/src-tauri/tauri.conf.json +++ b/apps/desktop/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "Parking System", - "version": "0.0.0", + "version": "0.1.0", "identifier": "com.parking.desktop", "build": { "devUrl": "http://localhost:5173",