Skip to content

Commit

Permalink
Update libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoco007 committed Dec 22, 2021
1 parent ed23a06 commit 31c0ab9
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 3 deletions.
Binary file modified Libraries/0Harmony.dll
Binary file not shown.
Binary file modified Libraries/BSML.dll
Binary file not shown.
Binary file modified Libraries/DynamicOpenVR.dll
Binary file not shown.
Binary file modified Libraries/IPA.Injector.dll
Binary file not shown.
Binary file modified Libraries/IPA.Loader.dll
Binary file not shown.
Binary file modified Libraries/Newtonsoft.Json.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Source/CustomAvatar/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public void OnEnable()
[OnDisable]
public void OnDisable()
{
_harmony.UnpatchAll(_harmony.Id);
_harmony.UnpatchSelf();
}
}
}
4 changes: 2 additions & 2 deletions Source/CustomAvatar/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"name": "Custom Avatars",
"version": "5.2.10+dev",
"dependsOn": {
"BSIPA": "^4.0.0",
"BeatSaberMarkupLanguage": "^1.4.0",
"BSIPA": "^4.2.1",
"BeatSaberMarkupLanguage": "^1.6.0",
"DynamicOpenVR": ">=0.3.2 <=0.4.0",
"SiraUtil": "^3.0.0-rc1"
},
Expand Down

0 comments on commit 31c0ab9

Please sign in to comment.