Skip to content

Commit

Permalink
For some reasons the VRChat SDK doesn't like 'RC'
Browse files Browse the repository at this point in the history
Setting the version as v1.4.1rc1 generate some issues with
the VPM generation.
So falling back to v1.4.1 for now.

Signed-off-by: Voyage <voyage@miouyouyou.fr>
  • Loading branch information
vr-voyage committed Mar 4, 2024
1 parent 1cfcf00 commit 20d7464
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name" : "io.github.vr-voyage.tools.world-lock-autosetup",
"displayName" : "Voyage's World Lock Autosetup",
"version" : "1.4.1rc1",
"version" : "1.4.1",
"unity" : "2019.4",
"description" : "Tools to automatically equip world locked items on avatars. https://github.com/vr-voyage/vrchat-worldlock-autosetup",
"author" : {
Expand All @@ -15,4 +15,4 @@
"legacyFolders" : {
"Assets\\Voyage\\ObjectsFixer" : ""
}
}
}

0 comments on commit 20d7464

Please sign in to comment.