From 1c9598c00abf7d8bf7e80b2fe4189e70f5feb731 Mon Sep 17 00:00:00 2001 From: HRiggs Date: Sat, 24 Jan 2026 15:49:52 -0500 Subject: [PATCH] bump v --- update_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_config.py b/update_config.py index 8eb8fe5..edf6da0 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.1.0", + "current_version": "0.1.1", # Repository information "repo_owner": "HRiggs",