Fix PreRender

This commit is contained in:
NotAKidoS 2022-10-25 15:57:27 -05:00
parent f789182d4f
commit 2b4f306040
4 changed files with 13 additions and 13 deletions

View file

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