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

Commit

Permalink
Bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
zkxs committed May 5, 2022
1 parent d637118 commit 9314b12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NeosModLoader/ModLoader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class ModLoader
/// <summary>
/// NeosModLoader's version
/// </summary>
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<LoadedNeosMod> LoadedMods = new(); // used for mod enumeration
internal static readonly Dictionary<Assembly, NeosMod> AssemblyLookupMap = new(); // used for logging
Expand Down
4 changes: 2 additions & 2 deletions NeosModLoader/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]

0 comments on commit 9314b12

Please sign in to comment.