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
+2 -2
View File
@@ -3,13 +3,13 @@
schema_version = "1.0.0"
id = "avatar_toolkit"
version = "0.4.0"
version = "0.5.0"
name = "Avatar Toolkit"
tagline = "A modern tool for importing and optimizing models for VRChat, Resonite, and other similar games."
maintainer = "Team NekoNeo"
type = "add-on"
blender_version_min = "4.5.0"
blender_version_min = "5.0.0"
license = [
"SPDX:GPL-3.0-or-later",
+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