Skip to content

Commit

Permalink
Bump version :/
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjosif committed Jan 31, 2021
1 parent 4e4694c commit dd8a2b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BetterSinkholes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class BetterSinkholes : Plugin<Config>
public override string Author { get; } = "Thomasjosif, origially written by Blackruby";
public override string Name { get; } = "BetterSinkholes Redux";
public override string Prefix { get; } = "BSH Redux";
public override Version Version { get; } = new Version(3, 0, 0);
public override Version Version { get; } = new Version(3, 0, 1);
public override Version RequiredExiledVersion { get; } = new Version(2, 1, 29, 0);
public static int PatchCount = 0;
public static Harmony Harmony { set; get; }
Expand Down

0 comments on commit dd8a2b3

Please sign in to comment.