From 6134841d6f6bdbf94b6a97c822396123ebdc2045 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 22 Jul 2025 08:18:18 +0300 Subject: Bump version to 0.7.2 - Fixed background image generation race conditions - Fixed UI updates when navigating between cards - Improved file sync and error handling --- internal/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/version.go b/internal/version.go index 39c6730..a448a34 100644 --- a/internal/version.go +++ b/internal/version.go @@ -1,3 +1,3 @@ package internal -const Version = "0.7.1" +const Version = "0.7.2" -- cgit v1.2.3