Version Bump

This commit is contained in:
Yusarina
2025-08-03 15:00:25 +01:00
parent 7b58f25913
commit 2f3b8ab0ee
6 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -32,8 +32,8 @@ See everything Avatar Toolkit has ot offer [here](https://avatartoolkit.xyz/lega
## Requirements
1) Blender Version
- Blender 4.4 or newer is required
- Blender 4.4 is the current recommended version
- Blender 4.5 or newer is required
- Blender 4.5 is the current recommended version
2) Python Requirements
@@ -42,7 +42,7 @@ See everything Avatar Toolkit has ot offer [here](https://avatartoolkit.xyz/lega
3) Recommended Setup
- Download Blender directly from https://blender.org
- Use Blender 4.4 for the best experience
- Use Blender 4.5 for the best experience
#### Additional Plugins Requirements.
Currently None.
+2 -2
View File
@@ -3,13 +3,13 @@
schema_version = "1.0.0"
id = "avatar_toolkit"
version = "0.3.0"
version = "0.4.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.4.0"
blender_version_min = "4.5.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 updates
ALLOWED_VERSION_SERIES = ["0.3"]
ALLOWED_VERSION_SERIES = ["0.4"]
is_checking_for_update: bool = False
update_needed: bool = False
+1 -1
View File
@@ -1,7 +1,7 @@
{
"authors": ["Avatar Toolkit Team"],
"messages": {
"AvatarToolkit.label": "Avatar Toolkit (Alpha 0.3.0)",
"AvatarToolkit.label": "Avatar Toolkit (Alpha 0.4.0)",
"AvatarToolkit.desc1": "Avatar Toolkit is in Early Access there",
"AvatarToolkit.desc2": "will be issues, if you find any issues,",
"AvatarToolkit.desc3": "please report it on our Github.",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"authors": ["Avatar Toolkit Team"],
"messages": {
"AvatarToolkit.label": "アバターツールキット (アルファ 0.3.0)",
"AvatarToolkit.label": "アバターツールキット (アルファ 0.4.0)",
"AvatarToolkit.desc1": "アバターツールキットは早期アクセス中であり、",
"AvatarToolkit.desc2": "問題が発生する可能性があります。問題を見つけた場合は、",
"AvatarToolkit.desc3": "GitHubで報告してください。",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"authors": ["Avatar Toolkit Team"],
"messages": {
"AvatarToolkit.label": "아바타 툴킷 (알파 0.3.0)",
"AvatarToolkit.label": "아바타 툴킷 (알파 0.4.0)",
"AvatarToolkit.desc1": "아바타 툴킷은 초기 액세스 단계에 있으므로",
"AvatarToolkit.desc2": "문제가 있을 수 있습니다. 문제를 발견하시면",
"AvatarToolkit.desc3": "Github에 보고해 주세요.",