This commit is contained in:
NotAKidoS 2022-10-18 21:37:59 -05:00
parent d2bcf619d8
commit f789182d4f
2 changed files with 5 additions and 5 deletions

View file

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

View file

@ -1,8 +1,8 @@
{ {
"_id": 106, "_id": 106,
"name": "Blackout", "name": "Blackout",
"modversion": "1.0.1", "modversion": "1.0.2",
"gameversion": "2022r168", "gameversion": "2022r169p1",
"loaderversion": "0.5.5", "loaderversion": "0.5.5",
"modtype": "Mod", "modtype": "Mod",
"author": "NotAKidoS", "author": "NotAKidoS",
@ -16,8 +16,8 @@
"requirements": [ "requirements": [
"None" "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/", "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" "embedcolor": "#161b22"
} }