Update vpm-manifest.json to use Avatar ^3.2.x
This commit is contained in:
parent
5772a34c72
commit
1ac525b349
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
{
|
{
|
||||||
"dependencies" : {
|
"dependencies" : {
|
||||||
"com.vrchat.avatars" : {
|
"com.vrchat.avatars" : {
|
||||||
"version" : "3.1.x"
|
"version" : "^3.2.x"
|
||||||
},
|
},
|
||||||
"com.vrchat.core.vpm-resolver" : {
|
"com.vrchat.core.vpm-resolver" : {
|
||||||
"version" : "0.1.x"
|
"version" : "^0.1.x"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"locked" : {}
|
"locked" : {}
|
||||||
|
|
Loading…
Reference in a new issue