From 7f92b1714e4e91946589a6a78d19abb09bb59fc9 Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Fri, 24 Apr 2026 23:02:21 -0400 Subject: [PATCH] chore: bump version to 1.5.0 Update productVersion from 1.0.0 to 1.5.0 in Wails project configuration to reflect the addition of AniList watchlist sorting, extracted refresh button component, and pagination improvements. --- wails.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wails.json b/wails.json index 35691ec..3744c45 100644 --- a/wails.json +++ b/wails.json @@ -12,6 +12,6 @@ }, "info": { "productName": "AniTrack", - "productVersion": "1.0.0" + "productVersion": "1.5.0" } }