Skip to content
This repository was archived by the owner on Jun 29, 2025. It is now read-only.

Commit 28e1993

Browse files
committed
Update harmony version check
1 parent c5e1333 commit 28e1993

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PluginLoader/Main.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ namespace avaness.PluginLoader
2121
{
2222
public class Main : IHandleInputPlugin
2323
{
24-
const string HarmonyVersion = "2.2.2.0";
24+
const string HarmonyVersion = "2.3.3.0";
2525

2626
public static Main Instance;
2727

0 commit comments

Comments
 (0)