Skip to content

Commit

Permalink
v2.4 of package.json
Browse files Browse the repository at this point in the history
- Update version on package.json
- Remove localPath personal data
- Add legacyFolder for handling <v2.2
  • Loading branch information
towneh authored Jul 4, 2023
1 parent 9300cdd commit b31f0bb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Packages/com.acchosen.vr-stage-lighting/package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}

0 comments on commit b31f0bb

Please sign in to comment.