Skip to content

Commit

Permalink
Bump to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
XDelta committed Jul 11, 2024
1 parent 1b060a1 commit dc791ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ResoniteModLoader/ModLoader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace ResoniteModLoader;
/// Contains the actual mod loader.
/// </summary>
public sealed class ModLoader {
internal const string VERSION_CONSTANT = "2.7.0";
internal const string VERSION_CONSTANT = "3.0.0";
/// <summary>
/// ResoniteModLoader's version
/// </summary>
Expand Down
2 changes: 1 addition & 1 deletion ResoniteModLoader/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
[module: Description("FROOXENGINE_WEAVED")]

//Mark as DataModelAssembly for the Plugin loading system to load this assembly
[assembly: DataModelAssembly(false)]
[assembly: DataModelAssembly(DataModelAssemblyType.Optional)]

0 comments on commit dc791ab

Please sign in to comment.