feat: Add main application window with tabbed interface and bump version to 5.4.0.

This commit is contained in:
kiyreload27
2025-12-28 17:41:53 +00:00
parent 031b73310c
commit 32fb35cc66
2 changed files with 2 additions and 2 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 = "5.3.2"
VERSION = "5.4.0"
# Application metadata
APP_NAME = "UmamusumeCardManager"