Skip to content

Commit

Permalink
Bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Extremelyd1 committed Mar 9, 2021
1 parent 7c8e495 commit 48bf762
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions .idea/.idea.HKMP/.idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.2";
return "0.1.3";
}

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

0 comments on commit 48bf762

Please sign in to comment.