Release Nouri 1.3.4 with quieter meal cards

This commit is contained in:
2026-05-01 14:38:54 +02:00
parent aff40eff49
commit 4babf93179
7 changed files with 92 additions and 31 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ def load_app_version(root_dir: Path) -> str:
).strip()
if manifest_version:
return manifest_version
return "1.3.3"
return "1.3.4"
def load_release_url() -> str: