This commit is contained in:
NotAKidoS 2023-04-11 14:50:11 -05:00
parent 51df8434b2
commit 9dc1e00a6c
4 changed files with 17 additions and 7 deletions

View file

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