[LazyPrune] Bump

This commit is contained in:
NotAKidoS 2024-06-04 12:20:55 -05:00
parent 6f53193a0c
commit 3e2dd0c108
2 changed files with 5 additions and 5 deletions

View file

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

View file

@ -1,7 +1,7 @@
{ {
"_id": -1, "_id": 214,
"name": "LazyPrune", "name": "LazyPrune",
"modversion": "1.0.0", "modversion": "1.0.1",
"gameversion": "2024r175", "gameversion": "2024r175",
"loaderversion": "0.6.1", "loaderversion": "0.6.1",
"modtype": "Mod", "modtype": "Mod",
@ -17,8 +17,8 @@
"requirements": [ "requirements": [
"None" "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/", "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" "embedcolor": "#1c75f1"
} }