From bb7a9735009d4ad3952f5f6acf9c36290b71018d Mon Sep 17 00:00:00 2001 From: Momo The Monster Date: Tue, 24 Oct 2023 13:30:36 -0700 Subject: [PATCH] Updates the VPM manifest to use any 3.x version of the SDK so it's always up-to-date --- Packages/vpm-manifest.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Packages/vpm-manifest.json b/Packages/vpm-manifest.json index 34eb9d2..4c6f34f 100644 --- a/Packages/vpm-manifest.json +++ b/Packages/vpm-manifest.json @@ -1,10 +1,7 @@ { "dependencies" : { "com.vrchat.avatars" : { - "version" : "3.1.x" - }, - "com.vrchat.core.vpm-resolver" : { - "version" : "0.1.x" + "version" : "3.x" } }, "locked" : {}