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 b96d2ea commit f210b92Copy full SHA for f210b92
CustomCommands/CustomCommands.cs
@@ -11,7 +11,7 @@ namespace CustomCommands;
11
public partial class CustomCommands : BasePlugin, IPluginConfig<CustomCommandsConfig>
12
{
13
public override string ModuleName => "CustomCommands";
14
- public override string ModuleVersion => "1.0.3";
+ public override string ModuleVersion => "1.0.5";
15
public override string ModuleAuthor => "HerrMagic";
16
public override string ModuleDescription => "Create your own commands per config";
17
0 commit comments