Skip to content

Commit

Permalink
Update module version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
K4ryuu committed Jan 26, 2024
1 parent bcdebeb commit 9596885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/K4ryuuDamageInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public sealed class PluginConfig : BasePluginConfig
public class DamageInfoPlugin : BasePlugin, IPluginConfig<PluginConfig>
{
public override string ModuleName => "Damage Info";
public override string ModuleVersion => "2.0.0";
public override string ModuleVersion => "2.0.1";
public override string ModuleAuthor => "K4ryuu";

public required PluginConfig Config { get; set; } = new PluginConfig();
Expand Down

0 comments on commit 9596885

Please sign in to comment.