diff --git a/.idea/.idea.HKMP/.idea/workspace.xml b/.idea/.idea.HKMP/.idea/workspace.xml index 3a39aa28..c18bc33d 100644 --- a/.idea/.idea.HKMP/.idea/workspace.xml +++ b/.idea/.idea.HKMP/.idea/workspace.xml @@ -6,12 +6,6 @@ - - - - - - diff --git a/HKMP/HKMP.cs b/HKMP/HKMP.cs index 43416ed2..ffb0eb23 100644 --- a/HKMP/HKMP.cs +++ b/HKMP/HKMP.cs @@ -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() {