[ChatBoxExtensions] Add AAS commands.

This commit is contained in:
NotAKidoS 2023-06-27 17:38:20 -05:00
parent b1fd591645
commit 8d4f17b8d1
4 changed files with 41 additions and 4 deletions

View file

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