From dc7b9c4860c97b29b861f64b0f5c0d29d3053c32 Mon Sep 17 00:00:00 2001 From: NotAKidoS <37721153+NotAKidOnSteam@users.noreply.github.com> Date: Mon, 10 Apr 2023 01:49:53 -0500 Subject: [PATCH] bump ver --- IKFixes/Properties/AssemblyInfo.cs | 2 +- IKFixes/format.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/IKFixes/Properties/AssemblyInfo.cs b/IKFixes/Properties/AssemblyInfo.cs index 01df028..4d8c584 100644 --- a/IKFixes/Properties/AssemblyInfo.cs +++ b/IKFixes/Properties/AssemblyInfo.cs @@ -25,6 +25,6 @@ using System.Reflection; namespace NAK.Melons.IKFixes.Properties; internal static class AssemblyInfoParams { - public const string Version = "1.0.0"; + public const string Version = "1.0.1"; public const string Author = "NotAKidoS"; } \ No newline at end of file diff --git a/IKFixes/format.json b/IKFixes/format.json index 062c326..63f756a 100644 --- a/IKFixes/format.json +++ b/IKFixes/format.json @@ -1,7 +1,7 @@ { "_id": 142, "name": "IKFixes", - "modversion": "1.0.0", + "modversion": "1.0.1", "gameversion": "2022r170", "loaderversion": "0.5.7", "modtype": "Mod", @@ -16,7 +16,7 @@ "requirements": [ "None" ], - "downloadlink": "https://github.com/NotAKidOnSteam/IKFixes/releases/download/v1.0.0/IKFixes.dll", + "downloadlink": "https://github.com/NotAKidOnSteam/IKFixes/releases/download/v1.0.1/IKFixes.dll", "sourcelink": "https://github.com/NotAKidOnSteam/IKFixes/", "changelog": "Initial Release", "embedcolor": "f46e49"