[SmootherRay] bump version, fixes for 2025r179

This commit is contained in:
NotAKidoS 2025-04-03 04:01:22 -05:00
parent 697ad77f5f
commit cdcb70a4b1
3 changed files with 9 additions and 10 deletions

View file

@ -25,9 +25,8 @@ using System.Reflection;
[assembly: HarmonyDontPatchAll]
namespace NAK.SmootherRay.Properties;
internal static class AssemblyInfoParams
{
public const string Version = "1.0.6";
public const string Version = "1.0.7";
public const string Author = "NotAKidoS";
}