Skip to content
This repository was archived by the owner on Feb 28, 2024. It is now read-only.

Commit 9314b12

Browse files
committed
Bump patch version
1 parent d637118 commit 9314b12

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

NeosModLoader/ModLoader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public class ModLoader
1212
/// <summary>
1313
/// NeosModLoader's version
1414
/// </summary>
15-
public static readonly string VERSION = "1.10.0";
15+
public static readonly string VERSION = "1.10.1";
1616
private static readonly Type NEOS_MOD_TYPE = typeof(NeosMod);
1717
private static readonly List<LoadedNeosMod> LoadedMods = new(); // used for mod enumeration
1818
internal static readonly Dictionary<Assembly, NeosMod> AssemblyLookupMap = new(); // used for logging

NeosModLoader/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("1.10.0.0")]
35-
[assembly: AssemblyFileVersion("1.10.0.0")]
34+
[assembly: AssemblyVersion("1.10.1.0")]
35+
[assembly: AssemblyFileVersion("1.10.1.0")]

0 commit comments

Comments
 (0)