[IKFixes] Fix Seated Play button not returning when trackers disconnect.

This commit is contained in:
NotAKidoS 2023-09-24 06:14:11 -05:00
parent b1cc584646
commit 1631effeff
3 changed files with 12 additions and 14 deletions

View file

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