Skip to content

Commit 0f5bea0

Browse files
authored
Update for compatibility with EXILED 5.1.2 (#11)
1 parent a4fc43f commit 0f5bea0

File tree

3 files changed

+260
-49
lines changed

3 files changed

+260
-49
lines changed

EasyEvents/EasyEvents.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ public class EasyEvents : Plugin<Config>
1010
{
1111
public override string Name { get; } = "EasyEvents";
1212
public override string Author { get; } = "Johnodon";
13-
public override Version Version { get; } = new Version(4, 0, 0);
14-
public override Version RequiredExiledVersion { get; } = new Version(5, 1, 3);
13+
public override Version Version { get; } = new Version(4, 0, 1);
14+
public override Version RequiredExiledVersion { get; } = new Version(5, 2, 1);
1515

1616
public static EasyEvents Singleton;
1717

0 commit comments

Comments
 (0)