This commit is contained in:
NotAKidoS 2023-02-01 19:15:17 -06:00
parent 870a29ca9f
commit 9e9c2880ae
2 changed files with 5 additions and 5 deletions

View file

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