Skip to content

Commit

Permalink
2.3.1 (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
Raicuparta authored Jan 12, 2022
1 parent a8af13d commit 03d2426
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/OWML.Launcher/OWML.Manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Alek",
"name": "OWML",
"uniqueName": "Alek.OWML",
"version": "2.3.0",
"version": "2.3.1",
"minGameVersion": "1.1.10.47",
"maxGameVersion": "1.1.12.125"
}
2 changes: 2 additions & 0 deletions src/OWML.ModHelper.Menus/ModMenu.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ public virtual void Initialize(Menu menu, LayoutGroup layoutGroup)
.Concat(Menu.GetComponentsInChildren<SliderElement>(true).Select(x => new ModSliderInput(x, this)))
.Concat(Menu.GetComponentsInChildren<OptionsSelectorElement>(true).Select(x => new ModSelectorInput(x, this)))
.ToList();

Separators.Clear();
}

[Obsolete("Use GetTitleButton instead")]
Expand Down
2 changes: 1 addition & 1 deletion src/SampleMods/OWML.EnableDebugMode/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"name": "EnableDebugMode",
"uniqueName": "Alek.EnableDebugMode",
"version": "0.3",
"owmlVersion": "2.3.0",
"owmlVersion": "2.3.1",
"description": "Enables the debug mode in Outer Wilds"
}
2 changes: 1 addition & 1 deletion src/SampleMods/OWML.ExampleAPI/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"name": "ExampleAPI",
"uniqueName": "_nebula.ExampleAPI",
"version": "0.3",
"owmlVersion": "2.3.0",
"owmlVersion": "2.3.1",
"description": "Example API for testing OWML.Interaction"
}
2 changes: 1 addition & 1 deletion src/SampleMods/OWML.LoadCustomAssets/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "LoadCustomAssets",
"uniqueName": "Alek.LoadCustomAssets",
"version": "0.7",
"owmlVersion": "2.3.0",
"owmlVersion": "2.3.1",
"description": "A mod for testing loading of custom assets",
"dependencies": [
"_nebula.ExampleAPI"
Expand Down

0 comments on commit 03d2426

Please sign in to comment.