diff --git a/database/umamusume_seed.db b/database/umamusume_seed.db index 837d6d3..50b8ce1 100644 Binary files a/database/umamusume_seed.db and b/database/umamusume_seed.db differ diff --git a/gui/main_window.py b/gui/main_window.py index 01c190a..e88b9ff 100644 --- a/gui/main_window.py +++ b/gui/main_window.py @@ -214,7 +214,7 @@ class MainWindow: tk.Label( status_frame, - text="Made by Kiyreload │ ", + text="VibeCoded by Kiyreload │ ", font=FONT_SMALL, bg=BG_MEDIUM, fg=ACCENT_TERTIARY diff --git a/version.py b/version.py index bd109e0..bca232b 100644 --- a/version.py +++ b/version.py @@ -4,7 +4,7 @@ This file is the single source of truth for the application version. """ # Semantic versioning: MAJOR.MINOR.PATCH -VERSION: str = "13.0.6" +VERSION: str = "13.1.0" # Application metadata APP_NAME: str = "UmamusumeCardManager"