From 2cf3844e7687778c3f3eefb7c13ac09f3e0d3512 Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Sat, 21 Mar 2026 13:25:46 -0400 Subject: [PATCH] chore: bump version to 0.6.0 Incremented version from 0.5.3 to 0.6.0 for release with new features. This release includes: - Smart watchlist refresh on navigation - Improved WatchList UI with manual refresh button - Client-side routing for logo navigation - Better UX with automatic data updates Version bump reflects significant feature additions and improvements to the user experience. --- wails.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wails.json b/wails.json index f543a8e..ed7b7d1 100644 --- a/wails.json +++ b/wails.json @@ -12,6 +12,6 @@ }, "info": { "productName": "AniTrack", - "productVersion": "0.5.3" + "productVersion": "0.6.0" } }