fix gamepad input

This commit is contained in:
NotAKidoS 2023-02-12 20:31:12 -06:00
parent 6a6692bf37
commit f246039485
3 changed files with 5 additions and 5 deletions

View file

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