Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikihero committed Mar 26, 2023
1 parent 4c154dd commit d3bb9b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EventTools/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class Plugin : Plugin<Config>
{
public static Plugin Instance;
public override Version RequiredExiledVersion => new Version(6,0,0,0);
public override Version Version => new Version(3, 0, 0, 0);
public override Version Version => new Version(3, 1, 0);
public override string Author => "Miki_hero";

private EventHandlers _eventHandlers;
Expand Down

0 comments on commit d3bb9b0

Please sign in to comment.