This commit is contained in:
NotAKidoS 2023-04-10 03:01:45 -05:00
parent d1abb3b4ef
commit 677684b301
3 changed files with 3 additions and 4 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.1";
public const string Version = "1.0.2";
public const string Author = "NotAKidoS";
}