Merge branch 'Current' into Current-Dev

This commit is contained in:
Yusarina
2025-03-25 20:07:27 +00:00
committed by GitHub
5 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -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 updates
ALLOWED_VERSION_SERIES = ["0.2"] # Change this based on which version you're building
ALLOWED_VERSION_SERIES = ["0.2"]
is_checking_for_update: bool = False
update_needed: bool = False