Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
moddedmcplayer committed Sep 2, 2023
1 parent 3bfbd8a commit aab6493
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hats/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ public class Plugin : Plugin<Config>
{
public override string Author { get; } = "Rowpann SCP";
public override string Name { get; } = "hats";
public override Version Version { get; } = new Version(1, 6, 0);
public override Version RequiredExiledVersion { get; } = new Version(7, 0, 0);
public override Version Version { get; } = new Version(1, 7, 0);
public override Version RequiredExiledVersion { get; } = new Version(8, 0, 0);

public static Plugin Singleton;
public EventHandler Handler { get; private set; }
Expand Down

0 comments on commit aab6493

Please sign in to comment.