Skip to content

Commit

Permalink
chore: Versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
K4ryuu committed Nov 17, 2023
1 parent 50fb58a commit 55e3fa3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 72 deletions.
2 changes: 1 addition & 1 deletion src/K4-System.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace K4ryuuSystem
public partial class K4System : BasePlugin, IPluginConfig<MyConfig>
{
public override string ModuleName => "K4-System";
public override string ModuleVersion => "v1.3.0";
public override string ModuleVersion => "v1.3.1";
public override string ModuleAuthor => "K4ryuu";
public int ModuleConfigVersion => 2;

Expand Down
71 changes: 0 additions & 71 deletions src/K4-System.json

This file was deleted.

0 comments on commit 55e3fa3

Please sign in to comment.