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

Commit

Permalink
1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zkxs committed Apr 24, 2022
1 parent 96c0e8c commit ad15ac5
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.9.1";
public static readonly string VERSION = "1.10.0";
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.9.1.0")]
[assembly: AssemblyFileVersion("1.9.1.0")]
[assembly: AssemblyVersion("1.10.0.0")]
[assembly: AssemblyFileVersion("1.10.0.0")]

0 comments on commit ad15ac5

Please sign in to comment.