Version Change

- Min Blender version is 5.0
- ATK version is 0.5.0
This commit is contained in:
Yusarina
2025-11-15 02:52:04 +00:00
parent f40b2faacb
commit e80c0c034d
2 changed files with 3 additions and 3 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
ALLOWED_ = ["0.3, 0.4"]
ALLOWED_ = ["0.5"]
is_checking_for_update: bool = False
update_needed: bool = False