Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunderscore committed Dec 17, 2023
1 parent caf6279 commit 8af7f74
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 4 deletions.
22 changes: 22 additions & 0 deletions .github/ProjectRoot/vpm-manifest-2022.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"dependencies": {
"com.vrchat.avatars": {
"version": "3.5.0"
},
"nadena.dev.ndmf": {
"version": "0.3.0"
}
},
"locked": {
"com.vrchat.avatars": {
"version": "3.5.0",
"dependencies": {
"com.vrchat.base": "3.5.0"
}
},
"com.vrchat.base": {
"version": "3.5.0",
"dependencies": {}
}
}
}
8 changes: 4 additions & 4 deletions .github/ProjectRoot/vpm-manifest.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"dependencies": {
"com.vrchat.avatars": {
"version": "3.5.0"
"version": "3.4.2"
},
"nadena.dev.ndmf": {
"version": "0.3.0"
}
},
"locked": {
"com.vrchat.avatars": {
"version": "3.5.0",
"version": "3.4.2",
"dependencies": {
"com.vrchat.base": "3.5.0"
"com.vrchat.base": "3.4.2"
}
},
"com.vrchat.base": {
"version": "3.5.0",
"version": "3.4.2",
"dependencies": {}
}
}
Expand Down

0 comments on commit 8af7f74

Please sign in to comment.