From 3271af445a4460f3b356523b96c00be66b90ec62 Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Fri, 20 Mar 2026 10:56:39 -0400 Subject: [PATCH] chore(version): bump version to 0.5.1 Increment version number from 0.5.0 to 0.5.1 for the upcoming release. --- wails.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wails.json b/wails.json index d170dcf..65f0f95 100644 --- a/wails.json +++ b/wails.json @@ -12,6 +12,6 @@ }, "info": { "productName": "AniTrack", - "productVersion": "0.5.0" + "productVersion": "0.5.1" } }