From 299800e5c2a3b99ece384feeae827a29ca7bfeab Mon Sep 17 00:00:00 2001 From: Yusarina Date: Wed, 19 Nov 2025 06:41:43 +0000 Subject: [PATCH] Update allowed version series to 0.6 --- core/updater.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/updater.py b/core/updater.py index b877c73..20ee46f 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.5"] +ALLOWED_VERSION_SERIES = ["0.6"] is_checking_for_update: bool = False update_needed: bool = False