From 58c692a8794451deb284402e38304b22a08accfa Mon Sep 17 00:00:00 2001 From: akanyan Date: Mon, 21 Apr 2025 22:08:30 +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 20710b7..b8d0eb7 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.13.0", + "version": "0.14.0", "identifier": "zip.patafour.startliner", "build": { "beforeDevCommand": "bun run dev",