ScrollFlight: fixed error spam on launch, added reset on exit flight option

This commit is contained in:
NotAKidoS 2024-12-02 20:07:01 -06:00
parent 7b73452df6
commit 0720ab508d
2 changed files with 23 additions and 4 deletions

View file

@ -27,6 +27,6 @@ using System.Reflection;
namespace NAK.ScrollFlight.Properties;
internal static class AssemblyInfoParams
{
public const string Version = "1.0.0";
public const string Version = "1.0.1";
public const string Author = "NotAKidoS";
}