From 92422207378b4579eeb8439bb38a27104d57c395 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 2 Aug 2025 15:14:47 +0300 Subject: bump version... --- internal/anki/apkg_generator.go | 6 +++--- internal/version.go | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/internal/anki/apkg_generator.go b/internal/anki/apkg_generator.go index 17ff608..7f0538e 100644 --- a/internal/anki/apkg_generator.go +++ b/internal/anki/apkg_generator.go @@ -442,6 +442,9 @@ func (g *APKGGenerator) getBackTemplate() string { func (g *APKGGenerator) getReverseFrontTemplate() string { return `
{{Bulgarian}}
+{{#Audio}} +{{Audio}} +{{/Audio}}
` } @@ -458,9 +461,6 @@ func (g *APKGGenerator) getReverseBackTemplate() string { {{Image}} {{/Image}} -{{#Audio}} -
{{Audio}}
-{{/Audio}} {{#Notes}}
{{Notes}}
{{/Notes}} diff --git a/internal/version.go b/internal/version.go index f4c9657..75223b8 100644 --- a/internal/version.go +++ b/internal/version.go @@ -1,3 +1,3 @@ package internal -const Version = "0.7.3" +const Version = "0.7.4" -- cgit v1.2.3