diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 32362166..52b6d11a 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "TFTSR", - "version": "0.1.0", + "version": "0.1.1", "identifier": "com.tftsr.devops", "build": { "frontendDist": "../dist", @@ -14,7 +14,7 @@ }, "windows": [ { - "title": "TFTSR — IT Triage & RCA", + "title": "TFTSR \u2014 IT Triage & RCA", "width": 1280, "height": 800, "resizable": true, @@ -41,4 +41,4 @@ "shortDescription": "IT Incident Triage & RCA Tool", "longDescription": "Structured AI-backed tool for IT incident triage, 5-whys root cause analysis, and post-mortem documentation with offline Ollama support." } -} +} \ No newline at end of file