Skip to content

Commit

Permalink
Merge pull request #570 from ow-mods/dev
Browse files Browse the repository at this point in the history
2.10.3
  • Loading branch information
misternebula authored Mar 20, 2024
2 parents 34ea652 + ab09ae2 commit ec64b5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/OWML.Common/Interfaces/IModHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public interface IModHelper

IModStorage Storage { get; }

[Obsolete("Use the new menu system instead.", true)]
[Obsolete("Use the new menu system instead.")]
IModMenus Menus { get; }

IModManifest Manifest { get; }
Expand Down
2 changes: 1 addition & 1 deletion src/OWML.Launcher/OWML.Manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Alek",
"name": "OWML",
"uniqueName": "Alek.OWML",
"version": "2.10.2",
"version": "2.10.3",
"minGameVersion": "1.1.14.768",
"maxGameVersion": "1.1.14.768"
}

0 comments on commit ec64b5c

Please sign in to comment.