Skip to content

Commit 3a56f46

Browse files
authored
fix version lol (#7)
* ahhhhhhhhhhhh i hate you all * forgot to update version
1 parent 1c3b4cf commit 3a56f46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

EasyEvents/EasyEvents.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ public class EasyEvents : Plugin<Config>
1515
{
1616
public override string Name => "EasyEvents";
1717
public override string Author => "Johnodon";
18-
public override Version Version => new Version(2, 2, 0);
19-
public override Version RequiredExiledVersion { get; } = new Version(3, 0, 0);
18+
public override Version Version => new Version(3, 0, 0);
19+
public override Version RequiredExiledVersion { get; } = new Version(4, 2, 2);
2020

2121
public static EasyEvents Singleton;
2222

0 commit comments

Comments
 (0)