feat: Add deck builder GUI with card selection, effect breakdown, and a new database seed.

This commit is contained in:
kiyreload27
2026-01-05 00:03:17 +00:00
parent 3a50c93466
commit 9cbfb29477
3 changed files with 39 additions and 16 deletions

View File

@@ -4,7 +4,7 @@ This file is the single source of truth for the application version.
"""
# Semantic versioning: MAJOR.MINOR.PATCH
VERSION: str = "14.0.0"
VERSION: str = "14.0.1"
# Application metadata
APP_NAME: str = "UmamusumeCardManager"