Bump version to 1.1.1 and polish planner labels

This commit is contained in:
2026-04-13 12:04:40 +02:00
parent 1490fc8f1d
commit 1c87d653d6
5 changed files with 32 additions and 5 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ def load_app_version(root_dir: Path) -> str:
).strip()
if manifest_version:
return manifest_version
return "1.0.1"
return "1.1.1"
def load_release_url() -> str: