[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";
}