This commit is contained in:
bd_ 2023-05-17 20:28:06 +09:00
parent 05f2276aab
commit ce2ba4f312

View File

@ -1,7 +1,7 @@
{ {
"name": "nadena.dev.modular-avatar", "name": "nadena.dev.modular-avatar",
"displayName": "Modular Avatar", "displayName": "Modular Avatar",
"version": "1.5.0-beta-4", "version": "1.5.0",
"unity": "2019.4", "unity": "2019.4",
"description": "A suite of tools for assembling your avatar out of reusable components", "description": "A suite of tools for assembling your avatar out of reusable components",
"author": { "author": {
@ -15,6 +15,6 @@
"com.unity.nuget.newtonsoft-json": "2.0.0" "com.unity.nuget.newtonsoft-json": "2.0.0"
}, },
"vpmDependencies": { "vpmDependencies": {
"com.vrchat.avatars": ">=3.2.0-beta.1" "com.vrchat.avatars": ">=3.2.0"
} }
} }