From 99d6d2a578a73b7b271cb8563ae0b8a76eeaa369 Mon Sep 17 00:00:00 2001 From: HRiggs Date: Tue, 14 Apr 2026 14:27:27 -0400 Subject: [PATCH] versioning: 0.2.0 --- update_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_config.py b/update_config.py index edf6da0..d6504e8 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.1", + "current_version": "0.2.0", # Repository information "repo_owner": "HRiggs",