This commit is contained in:
NotAKidoS 2022-10-18 21:37:59 -05:00
parent d2bcf619d8
commit f789182d4f
2 changed files with 5 additions and 5 deletions

View file

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