summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-07-22 08:18:18 +0300
committerPaul Buetow <paul@buetow.org>2025-07-22 08:18:18 +0300
commit6134841d6f6bdbf94b6a97c822396123ebdc2045 (patch)
tree9e6a5fe05114d34ce20b64994feab12ef7695e39
parent35ff0f508cf9cb52048f2ed67bd07f4aec17f2bf (diff)
Bump version to 0.7.2v0.7.2
- Fixed background image generation race conditions - Fixed UI updates when navigating between cards - Improved file sync and error handling
-rw-r--r--internal/version.go2
1 files changed, 1 insertions, 1 deletions
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"