summaryrefslogtreecommitdiff
path: root/internal/version.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-07-21 20:03:27 +0300
committerPaul Buetow <paul@buetow.org>2025-07-21 20:03:27 +0300
commit133c58bbe423c56dcda14e8fac2917033d87f6bc (patch)
treec3d7a554dfd498c9707280a966eb501f58bfc797 /internal/version.go
parentd2371b46474479769d5eea529e532c0397247303 (diff)
fix(gui): Display phonetic info immediately when fetchedv0.7.1
- Update phonetic display as soon as data is available, not after image generation - Apply fix to both single word and batch processing modes - Improves user experience by showing IPA transcription without delay - Bump version to 0.7.1 🤖 Generated with [opencode](https://opencode.ai) Co-Authored-By: opencode <noreply@opencode.ai>
Diffstat (limited to 'internal/version.go')
-rw-r--r--internal/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version.go b/internal/version.go
index 1a48656..39c6730 100644
--- a/internal/version.go
+++ b/internal/version.go
@@ -1,3 +1,3 @@
package internal
-const Version = "0.7.0"
+const Version = "0.7.1"