Testing Auto Updates
All checks were successful
Build and Upload Release (Windows EXE) / Build Windows EXE (release) Successful in 34s

This commit is contained in:
2026-01-24 01:15:53 -05:00
parent 44fe6245b9
commit 958fe26cad
2 changed files with 5 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ Configuration settings for the update checker
# Update checker configuration
UPDATE_CONFIG = {
# Current version of the application
"current_version": "0.0.1",
"current_version": "0.0.2",
# Repository information
"repo_owner": "HRiggs",