diff --git a/Blackout/Properties/AssemblyInfo.cs b/Blackout/Properties/AssemblyInfo.cs index a30c5c7..6757bc4 100644 --- a/Blackout/Properties/AssemblyInfo.cs +++ b/Blackout/Properties/AssemblyInfo.cs @@ -25,6 +25,6 @@ using System.Reflection; namespace Blackout.Properties; internal static class AssemblyInfoParams { - public const string Version = "1.0.1"; + public const string Version = "1.0.2"; public const string Author = "NotAKidoS"; } \ No newline at end of file diff --git a/Blackout/format.json b/Blackout/format.json index e67650f..464b644 100644 --- a/Blackout/format.json +++ b/Blackout/format.json @@ -1,8 +1,8 @@ { "_id": 106, "name": "Blackout", - "modversion": "1.0.1", - "gameversion": "2022r168", + "modversion": "1.0.2", + "gameversion": "2022r169p1", "loaderversion": "0.5.5", "modtype": "Mod", "author": "NotAKidoS", @@ -16,8 +16,8 @@ "requirements": [ "None" ], - "downloadlink": "https://github.com/NotAKidOnSteam/Blackout/releases/download/r2/Blackout.dll", + "downloadlink": "https://github.com/NotAKidOnSteam/Blackout/releases/download/r3/Blackout.dll", "sourcelink": "https://github.com/NotAKidOnSteam/Blackout/", - "changelog": "Update to Melonloader 0.5.5.", + "changelog": "Fix render queue of sleep mode. Made effect 2x bigger to accommodate extreme FOV & avatar scale. Attempt to render only in active camera.", "embedcolor": "#161b22" } \ No newline at end of file