Skip to content

Commit 35c31f4

Browse files
committed
version push
1 parent b211fad commit 35c31f4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# GamesList Manager
22

33
![Python](https://badgen.net/badge/python/3.7%2B/blue?icon=python)
4-
![Version](https://badgen.net/badge/version/v1.9.7/orange?icon=github)
4+
![Version](https://badgen.net/badge/version/v1.9.8/orange?icon=github)
55
![License](https://badgen.net/badge/license/GPL-3.0/green?icon=github)
66

77
## Table of Contents

constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44

55
# Application version - update this single location to change version across the entire app
6-
VERSION = "1.9.7"
6+
VERSION = "1.9.8"
77

88
_DEBUG = False
99

@@ -15,7 +15,7 @@
1515
# Discord Rich Presence configuration
1616
# SETUP REQUIRED: Replace CLIENT_ID with your actual Discord Application ID
1717
# See DISCORD_SETUP.md for detailed setup instructions
18-
DISCORD_CLIENT_ID = "123456789012345678" # Placeholder - needs to be replaced with actual Discord app ID
18+
DISCORD_CLIENT_ID = "1234567890123456789" # Placeholder - needs to be replaced with actual Discord app ID
1919
DISCORD_GITHUB_URL = "https://yourname.github.io/GameTracker/"
2020

2121
# Special key constants for different platforms

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ <h1>GamesList Manager</h1>
648648
<p>A comprehensive desktop application for managing your video game collection and tracking your gaming sessions</p>
649649
<div class="badges">
650650
<span class="badge">Python 3.7+</span>
651-
<span class="badge">Version 1.9.7</span>
651+
<span class="badge">Version 1.9.8</span>
652652
<span class="badge">GPL-3.0 License</span>
653653
<span class="badge">Discord Integration</span>
654654
</div>

0 commit comments

Comments
 (0)