[YouAreMyPropNowWeAreHavingSoftTacosLater] Bump version

This commit is contained in:
NotAKidoS 2025-12-31 22:13:40 -06:00
parent 1e1fb8da0f
commit bf58de493a
2 changed files with 2 additions and 2 deletions

View file

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