From bc93f487115de46c0986b668d8767d39aa7b92a4 Mon Sep 17 00:00:00 2001 From: Shaun Arman Date: Fri, 3 Apr 2026 13:51:25 -0500 Subject: [PATCH] chore: bump version to 0.2.2 --- 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 713405f2..d40213f8 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "TFTSR", - "version": "0.2.1", + "version": "0.2.2", "identifier": "com.tftsr.devops", "build": { "frontendDist": "../dist",