From 30f3ab4ca5da9cd6dfd9c886f81c390f76dfa5ac Mon Sep 17 00:00:00 2001 From: HRiggs Date: Thu, 23 Apr 2026 12:29:01 -0400 Subject: [PATCH] versioning: 0.2.1 --- update_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_config.py b/update_config.py index d6504e8..6c8429a 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.2.0", + "current_version": "0.2.1", # Repository information "repo_owner": "HRiggs",