From aa52ff3b8cea95ca86b7e739e9254f787d86b42b Mon Sep 17 00:00:00 2001 From: HorizonCode Date: Thu, 24 Jul 2025 08:42:41 +0200 Subject: [PATCH] chore: bump version --- src-tauri/tauri.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 64c707a..a29c6f3 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "ezpplauncher", - "version": "3.0.2", + "version": "3.0.3", "identifier": "farm.ezpp.launcher", "build": { "beforeDevCommand": "bun run vite:dev",