From 5d29f7fb6134a8f32ca9d60609d692c264ba74e6 Mon Sep 17 00:00:00 2001 From: Shaun Arman Date: Sun, 29 Mar 2026 21:01:08 -0500 Subject: [PATCH] chore: bump version to 0.1.1 --- src-tauri/tauri.conf.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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