Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
x3rt committed Oct 18, 2021
1 parent 1352546 commit 0293b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ internal class Plugin : Plugin<Config>
{
public override string Name { get; } = "Smelly096";
public override string Author { get; } = "x3rt";
public override Version Version { get; } = new Version(1, 0, 0);
public override Version Version { get; } = new Version(1, 0, 1);
public override Version RequiredExiledVersion { get; } = new Version(3, 0, 0);

internal static Config SharedConfig { get; set; }
Expand Down

0 comments on commit 0293b01

Please sign in to comment.