[ChatBoxHud] version bump, forgor in solution

This commit is contained in:
NotAKid 2026-06-19 00:53:01 -05:00
parent 7f4234a27f
commit af0bf52e30
3 changed files with 6 additions and 5 deletions

View file

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