[CustomSpawnPoint] bump version

This commit is contained in:
NotAKidoS 2025-04-03 03:58:57 -05:00
parent 736dc71eec
commit c0ba230fa5
2 changed files with 5 additions and 5 deletions

View file

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

View file

@ -1,8 +1,8 @@
{
"_id": 228,
"name": "CustomSpawnPoint",
"modversion": "1.0.1",
"gameversion": "2024r175",
"modversion": "1.0.2",
"gameversion": "2025r179",
"loaderversion": "0.6.1",
"modtype": "Mod",
"author": "NotAKidoS",
@ -17,8 +17,8 @@
"requirements": [
"None"
],
"downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r40/CustomSpawnPoint.dll",
"downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r46/CustomSpawnPoint.dll",
"sourcelink": "https://github.com/NotAKidoS/NAK_CVR_Mods/tree/main/CustomSpawnPoint/",
"changelog": "- Removed unneeded logging when opening a World Details page.",
"changelog": "- Recompiled for 2025r179",
"embedcolor": "#f61963"
}