1
0
mirror of https://github.com/AcChosen/VR-Stage-Lighting.git synced 2025-02-17 10:48:35 +01:00

v2.4 of package.json

- Update version on package.json
- Remove localPath personal data
- Add legacyFolder for handling <v2.2
This commit is contained in:
towneh 2023-07-04 21:39:46 +01:00 committed by GitHub
parent 9300cdd15e
commit b31f0bbb4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +1,15 @@
{
"name": "com.acchosen.vr-stage-lighting",
"displayName": "VR Stage Lighting",
"version": "2.3.1",
"version": "2.4.0",
"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": {},
"legacyFolders": {},
"legacyFolders": {
"Assets\\VR-Stage-Lighting": ""
},
"legacyFiles": {},
"localPath": "I:\\VRSL2022\\Packages\\com.acchosen.vr-stage-lighting",
"dependencies": {
"com.llealloo.audiolink": "0.3.1"
}
}
}