Skip to content

Commit

Permalink
bumped req exiled ver
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikihero committed Jan 25, 2024
1 parent a97c161 commit 29d3247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BetterCoinflips/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace BetterCoinflips
public class Plugin : Plugin<Config, Configs.Translations>
{
public override Version RequiredExiledVersion => new(8, 7, 0, 0);
public override Version Version => new(4, 4, 0);
public override Version Version => new(4, 5, 0);
public override string Author => "Miki_hero";
public override string Name => "BetterCoinflips";

Expand Down

0 comments on commit 29d3247

Please sign in to comment.