Release 1.2.1 with mobile theme and icon polish

This commit is contained in:
2026-04-13 14:36:46 +02:00
parent 0d03f21a4c
commit 03584c4b97
4 changed files with 47 additions and 4 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ def load_app_version(root_dir: Path) -> str:
).strip()
if manifest_version:
return manifest_version
return "1.2.0"
return "1.2.1"
def load_release_url() -> str: