From f738ee26ed54604801a2981fb9a71abbb889ed94 Mon Sep 17 00:00:00 2001 From: Shaun Arman Date: Fri, 3 Apr 2026 12:39:43 -0500 Subject: [PATCH] chore: bump version to 0.2.0 after cleanup Fresh start with clean release history. All previous tags and releases have been cleaned up. This commit will trigger auto-tag to create v0.2.0. Co-Authored-By: Claude Sonnet 4.5 --- 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 5b256f18..d86f7efe 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "TFTSR", - "version": "0.1.22", + "version": "0.2.0", "identifier": "com.tftsr.devops", "build": { "frontendDist": "../dist",