Updates the VPM manifest to use any 3.x version of the SDK so it's always up-to-date

This commit is contained in:
Momo The Monster 2023-10-24 13:30:36 -07:00
parent 376fbad6e2
commit bb7a973500

View file

@ -1,10 +1,7 @@
{ {
"dependencies" : { "dependencies" : {
"com.vrchat.avatars" : { "com.vrchat.avatars" : {
"version" : "3.1.x" "version" : "3.x"
},
"com.vrchat.core.vpm-resolver" : {
"version" : "0.1.x"
} }
}, },
"locked" : {} "locked" : {}