Skip to content

Commit

Permalink
Merge pull request #12 from DerpyNewbie:dependency-update
Browse files Browse the repository at this point in the history
Update vpm dependency for VRCSDK
  • Loading branch information
DerpyNewbie authored Sep 22, 2023
2 parents 2e09d2b + ec96bee commit 61e881e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Packages/dev.derpynewbie.common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dev.derpynewbie.common",
"version": "0.3.5",
"version": "0.3.6",
"displayName": "Newbie Commons",
"description": "Useful utilities for UdonSharp",
"unity": "2019.4",
Expand All @@ -17,9 +17,9 @@
}
],
"vpmDependencies": {
"com.vrchat.worlds": "~3.2.0",
"com.vrchat.worlds": ">=3.2.0 <=3.3.x",
"com.vrchat.udonsharp": "~1.1.0"
},
"url": "https://github.com/derpynewbie/NewbieCommons/releases/download/0.3.4/dev.derpynewbie.common.zip",
"url": "https://github.com/derpynewbie/NewbieCommons/releases/download/0.3.6/dev.derpynewbie.common.zip",
"hideInEditor": false
}

0 comments on commit 61e881e

Please sign in to comment.