[IKFixes] Fix HalfbodyIK feet with IKPose.

This commit is contained in:
NotAKidoS 2023-05-19 05:35:27 -05:00
parent a8bf0ef7f9
commit b17ce245e5
4 changed files with 131 additions and 6 deletions

View file

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