From a17ad66bddd8393d8257441116f1d3cb5570565a Mon Sep 17 00:00:00 2001 From: NotAKidoS <37721153+NotAKidoS@users.noreply.github.com> Date: Mon, 2 Sep 2024 01:03:12 -0500 Subject: [PATCH] SmartReticle: bumped ver --- SmartReticle/Properties/AssemblyInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SmartReticle/Properties/AssemblyInfo.cs b/SmartReticle/Properties/AssemblyInfo.cs index d393fda..e6b4778 100644 --- a/SmartReticle/Properties/AssemblyInfo.cs +++ b/SmartReticle/Properties/AssemblyInfo.cs @@ -27,6 +27,6 @@ using System.Reflection; namespace NAK.SmartReticle.Properties; internal static class AssemblyInfoParams { - public const string Version = "1.0.0"; + public const string Version = "1.0.1"; public const string Author = "NotAKidoS"; } \ No newline at end of file