diff --git a/README.md b/README.md index b5d71e9..7f85469 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,7 @@ to bump the version python version_manager.py 1.0.1 + +build + +pyinstaller --clean --onefile --windowed --icon=art/Progression.ico --add-data "art;art" --name ProgressionLoader steam_workshop_gui.py \ No newline at end of file diff --git a/update_config.py b/update_config.py index 75268f1..1f781c2 100644 --- a/update_config.py +++ b/update_config.py @@ -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",