Skip to content

Commit

Permalink
Update for compatibility with EXILED 5.1.2 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnodonCode authored Apr 30, 2022
1 parent a4fc43f commit 0f5bea0
Show file tree
Hide file tree
Showing 3 changed files with 260 additions and 49 deletions.
4 changes: 2 additions & 2 deletions EasyEvents/EasyEvents.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ public class EasyEvents : Plugin<Config>
{
public override string Name { get; } = "EasyEvents";
public override string Author { get; } = "Johnodon";
public override Version Version { get; } = new Version(4, 0, 0);
public override Version RequiredExiledVersion { get; } = new Version(5, 1, 3);
public override Version Version { get; } = new Version(4, 0, 1);
public override Version RequiredExiledVersion { get; } = new Version(5, 2, 1);

public static EasyEvents Singleton;

Expand Down
Loading

0 comments on commit 0f5bea0

Please sign in to comment.