Skip to content

Commit

Permalink
bump version to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
derkalle4 committed Nov 10, 2024
1 parent 8c003c0 commit b1881c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RollTheDice.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public partial class RollTheDice : BasePlugin, IPluginConfig<PluginConfig>
{
public override string ModuleName => "Roll The Dice";
public override string ModuleAuthor => "Jon-Mailes Graeffe <[email protected]> / Kalle <[email protected]>";
public override string ModuleVersion => "1.0.4";
public override string ModuleVersion => "1.0.5";

private string _currentMap = "";
private List<CCSPlayerController> _playersThatRolledTheDice = new();
Expand Down

0 comments on commit b1881c6

Please sign in to comment.