fix: bump version in tauri.conf.json to 1.1.0
All checks were successful
Build & Sign Wraith / Build Windows + Sign (push) Successful in 2m49s

Tauri uses this for the installer filename, not the git tag.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Vantz Stockwell 2026-03-18 02:29:02 -04:00
parent 4eb304222d
commit db1bd39030

View File

@ -1,6 +1,6 @@
{
"productName": "Wraith",
"version": "0.1.0",
"version": "1.1.0",
"identifier": "com.vigilcyber.wraith",
"build": {
"frontendDist": "../dist",