From 48bf762ec8b245f2a3aad2d4de74bf4ad94f995e Mon Sep 17 00:00:00 2001 From: Extremelyd1 Date: Tue, 9 Mar 2021 17:32:32 +0100 Subject: [PATCH] Bumped version number --- .idea/.idea.HKMP/.idea/workspace.xml | 8 +------- HKMP/HKMP.cs | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) 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() {