mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 06:19:22 +00:00
bump
This commit is contained in:
parent
d1abb3b4ef
commit
677684b301
3 changed files with 3 additions and 4 deletions
|
@ -4,7 +4,6 @@ namespace NAK.Melons.IKFixes;
|
|||
|
||||
public class IKFixesMod : MelonMod
|
||||
{
|
||||
internal static MelonLogger.Instance Logger;
|
||||
public const string SettingsCategory = "IKFixes";
|
||||
public static readonly MelonPreferences_Category CategoryIKFixes = MelonPreferences.CreateCategory(SettingsCategory);
|
||||
|
||||
|
|
|
@ -25,6 +25,6 @@ using System.Reflection;
|
|||
namespace NAK.Melons.IKFixes.Properties;
|
||||
internal static class AssemblyInfoParams
|
||||
{
|
||||
public const string Version = "1.0.1";
|
||||
public const string Version = "1.0.2";
|
||||
public const string Author = "NotAKidoS";
|
||||
}
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"_id": 142,
|
||||
"name": "IKFixes",
|
||||
"modversion": "1.0.1",
|
||||
"modversion": "1.0.2",
|
||||
"gameversion": "2022r170",
|
||||
"loaderversion": "0.5.7",
|
||||
"modtype": "Mod",
|
||||
|
@ -16,7 +16,7 @@
|
|||
"requirements": [
|
||||
"None"
|
||||
],
|
||||
"downloadlink": "https://github.com/NotAKidOnSteam/IKFixes/releases/download/v1.0.1/IKFixes.dll",
|
||||
"downloadlink": "https://github.com/NotAKidOnSteam/IKFixes/releases/download/v1.0.2/IKFixes.dll",
|
||||
"sourcelink": "https://github.com/NotAKidOnSteam/IKFixes/",
|
||||
"changelog": "Initial Release",
|
||||
"embedcolor": "f46e49"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue