2 Commits
0.1.0 ... 0.1.1

Author SHA1 Message Date
1c9598c00a bump v
All checks were successful
Build and Upload Release (Windows EXE) / Build Windows EXE (release) Successful in -14h59m20s
2026-01-24 15:49:52 -05:00
4fb77ef0de add customkinter pkg
All checks were successful
Build and Upload Release (Windows EXE) / Build Windows EXE (release) Successful in -14h59m22s
2026-01-24 15:47:52 -05:00
2 changed files with 3 additions and 2 deletions

View File

@@ -3,3 +3,4 @@ python-dotenv>=0.19.0
pyglet>=1.5.0 pyglet>=1.5.0
Pillow>=8.0.0 Pillow>=8.0.0
packaging>=21.0 packaging>=21.0
customtkinter>=5.0.0

View File

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