diff --git a/blender_manifest.toml b/blender_manifest.toml index c61abd6..9578ecd 100644 --- a/blender_manifest.toml +++ b/blender_manifest.toml @@ -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", diff --git a/core/updater.py b/core/updater.py index d25f021..caf2c43 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_ = ["0.3, 0.4"] +ALLOWED_ = ["0.5"] is_checking_for_update: bool = False update_needed: bool = False