We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89357ca commit 2f08f01Copy full SHA for 2f08f01
CustomCommands/CustomCommands.cs
@@ -9,7 +9,7 @@ namespace CustomCommands;
9
public partial class CustomCommands : BasePlugin, IPluginConfig<CustomCommandsConfig>
10
{
11
public override string ModuleName => "CustomCommands";
12
- public override string ModuleVersion => "2.0.0";
+ public override string ModuleVersion => "2.0.2";
13
public override string ModuleAuthor => "HerrMagic";
14
public override string ModuleDescription => "Create your own commands per config";
15
0 commit comments