From 371645d27a9aed25d693b9927cfe861524a8d6e4 Mon Sep 17 00:00:00 2001 From: AcChosen <49845629+AcChosen@users.noreply.github.com> Date: Tue, 4 Jul 2023 19:26:41 -0400 Subject: [PATCH] Updated to audiolink 0.3.2 --- Packages/com.acchosen.vr-stage-lighting/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Packages/com.acchosen.vr-stage-lighting/package.json b/Packages/com.acchosen.vr-stage-lighting/package.json index 5b192c9..7603c0f 100644 --- a/Packages/com.acchosen.vr-stage-lighting/package.json +++ b/Packages/com.acchosen.vr-stage-lighting/package.json @@ -5,13 +5,13 @@ "description": "A collection of HLSL shaders, UdonSharp scripts, 3D models, prefabs, and assets designed to emulate the real control, quality, and complexity of professional stage lighting into VRChat in as many ways as possible.", "gitDependencies": {}, "vpmDependencies": { - "com.llealloo.audiolink": "0.3.1" + "com.llealloo.audiolink": "0.3.2" }, "legacyFolders": { "Assets\\VR-Stage-Lighting": "" }, "legacyFiles": {}, "dependencies": { - "com.llealloo.audiolink": "0.3.1" + "com.llealloo.audiolink": "0.3.2" } }