From 37b92ded6d829576b1049a20406fadf8c27c5b17 Mon Sep 17 00:00:00 2001 From: Yusarina Date: Sat, 29 Nov 2025 22:52:13 +0000 Subject: [PATCH] Change allowed version series to 0.5 --- core/updater.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/updater.py b/core/updater.py index 20ee46f..b877c73 100644 --- a/core/updater.py +++ b/core/updater.py @@ -20,7 +20,7 @@ GITHUB_REPO = "teamneoneko/Avatar-Toolkit" # Define which version series this installation can update to # For example: ["0.1"] means only look for 0.1.x updates # ["0.2", "0.3"] would look for both 0.2.x and 0.3.x -ALLOWED_VERSION_SERIES = ["0.6"] +ALLOWED_VERSION_SERIES = ["0.5"] is_checking_for_update: bool = False update_needed: bool = False