Addition Of Files
This commit is contained in:
12
version.py
Normal file
12
version.py
Normal file
@@ -0,0 +1,12 @@
|
||||
"""
|
||||
Version information for UmamusumeCardManager
|
||||
This file is the single source of truth for the application version.
|
||||
"""
|
||||
|
||||
# Semantic versioning: MAJOR.MINOR.PATCH
|
||||
VERSION = "5.3.2"
|
||||
|
||||
# Application metadata
|
||||
APP_NAME = "UmamusumeCardManager"
|
||||
GITHUB_REPO = "kiyreload27/UmamusumeCardManager"
|
||||
GITHUB_API_URL = f"https://api.github.com/repos/{GITHUB_REPO}/releases/latest"
|
||||
Reference in New Issue
Block a user