From 0279d182ffac69fc15d3021df4193b642e311b27 Mon Sep 17 00:00:00 2001 From: Shaun Arman Date: Fri, 3 Apr 2026 10:53:17 -0500 Subject: [PATCH] chore: bump version to 0.1.22 Update tauri.conf.json version to match release tags. This ensures macOS properly replaces the app when installing from DMG. 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 52b6d11a..5b256f18 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "TFTSR", - "version": "0.1.1", + "version": "0.1.22", "identifier": "com.tftsr.devops", "build": { "frontendDist": "../dist",