dont destroy self

This commit is contained in:
NotAKidoS 2023-01-27 09:09:06 -06:00
parent 15e26de9c6
commit 27a05545ed
3 changed files with 5 additions and 7 deletions

View file

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