From 5ed6dedeab5f0afd37fae6b7e05affe2dcb8fc86 Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Fri, 20 Mar 2026 11:02:15 -0400 Subject: [PATCH] chore(version): bump version to 0.5.2 Increment version number from 0.5.1 to 0.5.2 for the Logo click fix --- wails.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wails.json b/wails.json index 65f0f95..52413b8 100644 --- a/wails.json +++ b/wails.json @@ -12,6 +12,6 @@ }, "info": { "productName": "AniTrack", - "productVersion": "0.5.1" + "productVersion": "0.5.2" } }