Skip to content

Commit

Permalink
Bumped major version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Extremelyd1 committed Mar 15, 2021
1 parent 657d11d commit 7f41362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HKMP/HKMP.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class HKMP : Mod {
private ModSettings _modSettings = new ModSettings();

public override string GetVersion() {
return "0.1.4";
return "0.2.0";
}

public override List<(string, string)> GetPreloadNames() {
Expand Down

0 comments on commit 7f41362

Please sign in to comment.