Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjosif committed Sep 16, 2020
1 parent 3ebed81 commit 7b70e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UltimateAFK/MainClass.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public class MainClass : Plugin<Config>
public override string Author { get; } = "Thomasjosif";
public override string Name { get; } = "Ultimate AFK";
public override string Prefix { get; } = "uAFK";
public override Version Version { get; } = new Version(3, 0, 0);
public override Version Version { get; } = new Version(3, 0, 1);
public override Version RequiredExiledVersion { get; } = new Version(2, 0, 0);
public PlayerEvents PlayerEvents;

Expand Down

0 comments on commit 7b70e9d

Please sign in to comment.