From 41fbef02600b440b0d0c54a8280eac31571569aa Mon Sep 17 00:00:00 2001 From: akanyan Date: Fri, 4 Apr 2025 22:20:05 +0000 Subject: [PATCH] chore: bump ver --- rust/tauri.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/tauri.conf.json b/rust/tauri.conf.json index ef001fc..7e3c68f 100644 --- a/rust/tauri.conf.json +++ b/rust/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "STARTLINER", - "version": "0.3.0", + "version": "0.4.0", "identifier": "zip.patafour.startliner", "build": { "beforeDevCommand": "bun run dev",