This commit is contained in:
NotAKidoS 2022-09-15 14:11:37 -05:00
parent 2b358862ab
commit 49563a00d3
2 changed files with 4 additions and 4 deletions

View file

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