From f789182d4f49ea30adff4b64c53859182fd90fa5 Mon Sep 17 00:00:00 2001 From: NotAKidoS <37721153+NotAKidOnSteam@users.noreply.github.com> Date: Tue, 18 Oct 2022 21:37:59 -0500 Subject: [PATCH] bump --- Blackout/Properties/AssemblyInfo.cs | 2 +- Blackout/format.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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