small polish tweaks, update to melon 5.5

This commit is contained in:
NotAKidoS 2022-10-14 14:00:04 -05:00
parent 329b3bcbdf
commit 35bcc74e3b
5 changed files with 60 additions and 58 deletions

View file

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