We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ea1616 commit 8ad1803Copy full SHA for 8ad1803
CustomCommands/CustomCommands.cs
@@ -12,7 +12,7 @@ namespace CustomCommands;
12
public class CustomCommands : BasePlugin, IPluginConfig<CustomCommandsConfig>
13
{
14
public override string ModuleName => "CustomCommands";
15
- public override string ModuleVersion => "1.0.1";
+ public override string ModuleVersion => "1.0.2";
16
public override string ModuleAuthor => "HerrMagic";
17
public override string ModuleDescription => "Create your own commands per config";
18
0 commit comments