This commit is contained in:
NotAKidoS 2023-04-10 01:49:53 -05:00
parent a563c0ad01
commit dc7b9c4860
2 changed files with 3 additions and 3 deletions

View file

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