fixes n stuff

This commit is contained in:
NotAKidoS 2023-02-02 01:09:16 -06:00
parent 760ab0b0ae
commit 6634a4163d
5 changed files with 31 additions and 25 deletions

View file

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