Skip to content

Commit

Permalink
v bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikihero committed Apr 21, 2023
1 parent 91661d3 commit 0970738
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, Translations>
{
public static Plugin Instance;
public override Version RequiredExiledVersion => new(6,1,0);
public override Version Version => new(2, 0,1);
public override Version Version => new(2, 1,0);
public override string Author => "Miki_hero";
public override string Name => "BetterCoinflips";
public override string Prefix => "better_cf";
Expand Down

0 comments on commit 0970738

Please sign in to comment.