Skip to content

Commit

Permalink
Merge pull request #5 from Antoniofo/main
Browse files Browse the repository at this point in the history
Woops forgot version
  • Loading branch information
Antoniofo authored Nov 2, 2024
2 parents 93fcde0 + e3dd2fd commit 7a9b9ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ public class Plugin : Plugin<Config>
public override string Prefix { get; } = "spawn_protect_notifier";
public override string Author { get; } = "Robocnop";
public override Version Version { get; } = new Version(1, 1, 3);
public override Version RequiredExiledVersion => new Version(8, 9, 7);
public override Version RequiredExiledVersion => new Version(8, 13, 1);


private EventHandlers eventHandlers;

Expand Down

0 comments on commit 7a9b9ce

Please sign in to comment.