From db1bd3903018c30c31c6db2618930ed151411c14 Mon Sep 17 00:00:00 2001 From: Vantz Stockwell Date: Wed, 18 Mar 2026 02:29:02 -0400 Subject: [PATCH] fix: bump version in tauri.conf.json to 1.1.0 Tauri uses this for the installer filename, not the git tag. Co-Authored-By: Claude Opus 4.6 (1M context) --- 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 2286d25..e8eb9b9 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "Wraith", - "version": "0.1.0", + "version": "1.1.0", "identifier": "com.vigilcyber.wraith", "build": { "frontendDist": "../dist",