Update server_addon/substancepainter/package.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
Kayla Man 2024-05-23 21:08:13 +08:00 committed by GitHub
parent 11eb3d7def
commit c2984fcc3b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,6 +5,6 @@ version = "0.2.0"
client_dir = "ayon_substancepainter"
ayon_required_addons = {
"core": ">0.3.1",
"core": ">0.3.2",
}
ayon_compatible_addons = {}