Skip to content

Commit

Permalink
version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ipsvn committed May 13, 2024
1 parent 0c234b9 commit 35688cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChaseMod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class ChaseMod : BasePlugin, IPluginConfig<ChaseModConfig>

public override string ModuleName => "HnS ChaseMod";
public override string ModuleAuthor => "svn";
public override string ModuleVersion => "2.0.6";
public override string ModuleVersion => "2.1.0";

public ChaseModConfig Config { get; set; } = new();
public void OnConfigParsed(ChaseModConfig config) { Config = config; }
Expand Down

0 comments on commit 35688cd

Please sign in to comment.