Skip to content

Commit

Permalink
Push to v8.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
potatoes1286 committed Mar 15, 2022
1 parent a716b3b commit 59df2e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion H3VRUtilities/src/BepInExLoader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace H3VRUtils
{
[BepInPlugin("dll.wfiost.h3vrutilitieslib", "H3VR Utilities Library", "8.9.1")]
[BepInPlugin("dll.wfiost.h3vrutilitieslib", "H3VR Utilities Library", "8.9.2")]
[BepInDependency("dll.wfiost.h3vrutilities", BepInDependency.DependencyFlags.HardDependency)]
[BepInProcess("h3vr.exe")]
public class BepInExLoader : BaseUnityPlugin
Expand Down
2 changes: 1 addition & 1 deletion H3VRUtilsConfig/src/UtilsBepInExLoader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

namespace H3VRUtils
{
[BepInPlugin("dll.wfiost.h3vrutilities", "H3VR Utilities", "8.9.1")]
[BepInPlugin("dll.wfiost.h3vrutilities", "H3VR Utilities", "8.9.2")]
[BepInDependency("nrgill28.Sodalite", BepInDependency.DependencyFlags.SoftDependency)]
[BepInProcess("h3vr.exe")]
public class UtilsBepInExLoader : BaseUnityPlugin
Expand Down

0 comments on commit 59df2e7

Please sign in to comment.