Skip to content

Commit 4b0c62e

Browse files
committed
update css to 213 and normal v to 2.1.0
1 parent a64b781 commit 4b0c62e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CustomCommands/CustomCommands.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
namespace CustomCommands;
77

8-
[MinimumApiVersion(167)]
8+
[MinimumApiVersion(213)]
99
public partial class CustomCommands : BasePlugin, IPluginConfig<CustomCommandsConfig>
1010
{
1111
public override string ModuleName => "CustomCommands";
12-
public override string ModuleVersion => "2.0.4";
12+
public override string ModuleVersion => "2.1.0";
1313
public override string ModuleAuthor => "HerrMagic";
1414
public override string ModuleDescription => "Create your own commands per config";
1515

0 commit comments

Comments
 (0)