Skip to content

Commit

Permalink
v bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikihero committed Nov 18, 2023
1 parent e1baba8 commit 2d86f6a
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 @@ -10,7 +10,7 @@ public class Plugin : Plugin<Config, Configs.Translations>
{
public static Plugin Instance;
public override Version RequiredExiledVersion => new(8, 3, 9, 0);
public override Version Version => new(4, 3, 1);
public override Version Version => new(4, 3, 2);
public override string Author => "Miki_hero";
public override string Name => "BetterCoinflips";
public override string Prefix => "better_cf";
Expand Down

0 comments on commit 2d86f6a

Please sign in to comment.