From 6a662cdf6eab3e381bcb7af4398fce2f5422e389 Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Fri, 24 Apr 2026 19:39:08 -0400 Subject: [PATCH] chore: bump version to 1.0.0 Update productVersion from 0.7.0 to 1.0.0 in Wails project configuration to reflect the first major release milestone. --- wails.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wails.json b/wails.json index 8dcb30f..35691ec 100644 --- a/wails.json +++ b/wails.json @@ -12,6 +12,6 @@ }, "info": { "productName": "AniTrack", - "productVersion": "0.7.0" + "productVersion": "1.0.0" } }