ASTExtension: Fixed mouth pointer being fucked

This commit is contained in:
NotAKidoS 2024-07-04 16:43:54 -05:00
parent 6930807665
commit 6ac165f4a8
3 changed files with 17 additions and 13 deletions

View file

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