This commit is contained in:
NotAKidoS 2023-04-10 01:49:53 -05:00
parent a563c0ad01
commit dc7b9c4860
2 changed files with 3 additions and 3 deletions

View file

@ -25,6 +25,6 @@ using System.Reflection;
namespace NAK.Melons.IKFixes.Properties; namespace NAK.Melons.IKFixes.Properties;
internal static class AssemblyInfoParams internal static class AssemblyInfoParams
{ {
public const string Version = "1.0.0"; public const string Version = "1.0.1";
public const string Author = "NotAKidoS"; public const string Author = "NotAKidoS";
} }

View file

@ -1,7 +1,7 @@
{ {
"_id": 142, "_id": 142,
"name": "IKFixes", "name": "IKFixes",
"modversion": "1.0.0", "modversion": "1.0.1",
"gameversion": "2022r170", "gameversion": "2022r170",
"loaderversion": "0.5.7", "loaderversion": "0.5.7",
"modtype": "Mod", "modtype": "Mod",
@ -16,7 +16,7 @@
"requirements": [ "requirements": [
"None" "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/", "sourcelink": "https://github.com/NotAKidOnSteam/IKFixes/",
"changelog": "Initial Release", "changelog": "Initial Release",
"embedcolor": "f46e49" "embedcolor": "f46e49"