From abba1803fc8a71c39c802a3def98831b1599a15a Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Fri, 11 Sep 2026 15:23:43 -0400 Subject: [PATCH] chore(release): bump version to 1.6.6 Update productVersion in wails.json from 1.6.5 to 1.6.6 to accompany the MAL token variable fix and the authenticated AniList search fix. --- wails.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wails.json b/wails.json index fbaa489..adc81d9 100644 --- a/wails.json +++ b/wails.json @@ -12,6 +12,6 @@ }, "info": { "productName": "AniTrack", - "productVersion": "1.6.5" + "productVersion": "1.6.6" } }