Skip to content

Commit

Permalink
bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
derkalle4 committed Nov 7, 2024
1 parent 42f316e commit e06a9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RollTheDice/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.0";
public override string ModuleVersion => "1.0.1";

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

0 comments on commit e06a9e2

Please sign in to comment.