Skip to content

Commit

Permalink
Update Plugin.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
XingYeNotFish committed Jan 17, 2025
1 parent da7a41f commit e88e8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Server Maid/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public class Plugin : Plugin<XYlikeconfig>
{
public override string Name { get; } = "Server Maid / 服务器女仆";
public override string Author { get; } = "XingYeNotFish";
public override Version Version { get; } = new Version(1, 0, 2);
public override Version Version { get; } = new Version(1, 0, 3);

public static Plugin Instance;

Expand Down

0 comments on commit e88e8e3

Please sign in to comment.