From 9314b1253a16424dcf1903b05023849b896b0290 Mon Sep 17 00:00:00 2001 From: Michael Ripley Date: Thu, 5 May 2022 00:58:35 -0500 Subject: [PATCH] Bump patch version --- NeosModLoader/ModLoader.cs | 2 +- NeosModLoader/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NeosModLoader/ModLoader.cs b/NeosModLoader/ModLoader.cs index fd7b12a..9d99dfc 100644 --- a/NeosModLoader/ModLoader.cs +++ b/NeosModLoader/ModLoader.cs @@ -12,7 +12,7 @@ public class ModLoader /// /// NeosModLoader's version /// - public static readonly string VERSION = "1.10.0"; + public static readonly string VERSION = "1.10.1"; private static readonly Type NEOS_MOD_TYPE = typeof(NeosMod); private static readonly List LoadedMods = new(); // used for mod enumeration internal static readonly Dictionary AssemblyLookupMap = new(); // used for logging diff --git a/NeosModLoader/Properties/AssemblyInfo.cs b/NeosModLoader/Properties/AssemblyInfo.cs index c29feb7..28f6081 100644 --- a/NeosModLoader/Properties/AssemblyInfo.cs +++ b/NeosModLoader/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.10.0.0")] -[assembly: AssemblyFileVersion("1.10.0.0")] +[assembly: AssemblyVersion("1.10.1.0")] +[assembly: AssemblyFileVersion("1.10.1.0")]