From 3e2dd0c108738f73d11f3a3a255c652b62428334 Mon Sep 17 00:00:00 2001 From: NotAKidoS <37721153+NotAKidOnSteam@users.noreply.github.com> Date: Tue, 4 Jun 2024 12:20:55 -0500 Subject: [PATCH] [LazyPrune] Bump --- LazyPrune/Properties/AssemblyInfo.cs | 2 +- LazyPrune/format.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LazyPrune/Properties/AssemblyInfo.cs b/LazyPrune/Properties/AssemblyInfo.cs index 44dffc5..cbb31db 100644 --- a/LazyPrune/Properties/AssemblyInfo.cs +++ b/LazyPrune/Properties/AssemblyInfo.cs @@ -25,6 +25,6 @@ using System.Reflection; namespace NAK.LazyPrune.Properties; internal static class AssemblyInfoParams { - public const string Version = "1.0.0"; + public const string Version = "1.0.1"; public const string Author = "NotAKidoS"; } \ No newline at end of file diff --git a/LazyPrune/format.json b/LazyPrune/format.json index f921e3c..055f9c6 100644 --- a/LazyPrune/format.json +++ b/LazyPrune/format.json @@ -1,7 +1,7 @@ { - "_id": -1, + "_id": 214, "name": "LazyPrune", - "modversion": "1.0.0", + "modversion": "1.0.1", "gameversion": "2024r175", "loaderversion": "0.6.1", "modtype": "Mod", @@ -17,8 +17,8 @@ "requirements": [ "None" ], - "downloadlink": "https://github.com/NotAKidOnSteam/NAK_CVR_Mods/releases/download/r30/LazyPrune.dll", + "downloadlink": "https://github.com/NotAKidOnSteam/NAK_CVR_Mods/releases/download/r31/LazyPrune.dll", "sourcelink": "https://github.com/NotAKidOnSteam/NAK_CVR_Mods/tree/main/LazyPrune/", - "changelog": "- Initial Release", + "changelog": "- Fixed killtime check, would needlessly check known non-eligible objects for pruning.", "embedcolor": "#1c75f1" } \ No newline at end of file