Skip to content

Commit

Permalink
housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
joker-119 committed Jan 31, 2021
1 parent 4deb856 commit e298c37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CustomItems/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ public class Plugin : Plugin<Config>
public override string Author { get; } = "Galaxy119";
public override string Name { get; } = "CustomItems";
public override string Prefix { get; } = "CustomItems";
public override Version Version { get; } = new Version(1, 0, 0);
public override Version RequiredExiledVersion { get; } = new Version(2, 1, 28);
public override Version Version { get; } = new Version(1, 1, 0);
public override Version RequiredExiledVersion { get; } = new Version(2, 1, 29);

public Methods Methods { get; private set; }
public EventHandlers EventHandlers { get; private set; }
Expand Down

0 comments on commit e298c37

Please sign in to comment.