diff --git a/README.md b/README.md index 36bf703..565bab4 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,9 @@ Join the Neoneko Discord here: https://discord.catsblenderplugin.xyz Need a more stable toolset while Avatar Toolkit is in Alpha? Then please use Blender 4.x and use our Unofficial Cats Blender Plugin which you can find [here](https://github.com/unofficalcats/Cats-Blender-Plugin-Unofficial-). +### Support us: +If you like what we do and want to help support the development of cats you can do it on our pally.gg [here](https://pally.gg/p/teamneoneko) all money is split automatically between all developers and any support is appreciated. + ## Blender version support policies. You can find them on the wiki here [HERE](https://avatartoolkit.xyz/wiki.html?version=0.2.0#what-is-avatar-toolkits-version-support-policy) diff --git a/core/updater.py b/core/updater.py index 8150039..bfe4cbc 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 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 diff --git a/resources/translations/en_US.json b/resources/translations/en_US.json index 24ae858..ad15fd8 100644 --- a/resources/translations/en_US.json +++ b/resources/translations/en_US.json @@ -501,4 +501,4 @@ "Language.changed.success": "Language changed successfully!", "Language.changed.restart": "Some UI elements may require restarting Blender" } -} \ No newline at end of file +} diff --git a/resources/translations/ja_JP.json b/resources/translations/ja_JP.json index 6b73aef..18b23d9 100644 --- a/resources/translations/ja_JP.json +++ b/resources/translations/ja_JP.json @@ -501,4 +501,4 @@ "Language.changed.success": "言語が正常に変更されました!", "Language.changed.restart": "一部のUI要素はBlenderの再起動が必要な場合があります" } -} \ No newline at end of file +} diff --git a/resources/translations/ko_KR.json b/resources/translations/ko_KR.json index 7d4c207..4fdaa97 100644 --- a/resources/translations/ko_KR.json +++ b/resources/translations/ko_KR.json @@ -501,4 +501,4 @@ "Language.changed.success": "언어가 성공적으로 변경되었습니다!", "Language.changed.restart": "일부 UI 요소는 블렌더를 다시 시작해야 할 수 있습니다" } -} \ No newline at end of file +}