Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Parkeymon committed Apr 25, 2021
1 parent 3e20114 commit afaa850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SurfaceTension/SurfaceTension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class SurfaceTension : Plugin<Config>
public override string Author { get; } = "BuildBoy12";
public override string Name { get; } = "Surface Tension";
public override string Prefix { get; } = "Surface_Tension";
public override Version Version { get; } = new Version(1, 3, 5);
public override Version Version { get; } = new Version(1, 3, 6);
public override Version RequiredExiledVersion { get; } = new Version(2, 1, 29, 0);

private EventHandlers _eventHandlers;
Expand Down

0 comments on commit afaa850

Please sign in to comment.