Skip to content

Commit

Permalink
hotfix, fixed some dumb shit and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
headassbtw committed Mar 13, 2021
1 parent baae727 commit 9008add
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CustomMenuText/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ private void SceneManagerOnActiveSceneChanged(Scene arg0, Scene arg1)



Log.Notice("Changed to scene " + arg1.name);
//Log.Notice("Changed to scene " + arg1.name);
if (arg1.name.Contains("Menu")) // Only run in menu scene
{
if (allEntries == null)
Expand Down
4 changes: 2 additions & 2 deletions CustomMenuText/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,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("3.2.2")]
[assembly: AssemblyFileVersion("3.2.2")]
[assembly: AssemblyVersion("3.2.3")]
[assembly: AssemblyFileVersion("3.2.3")]
2 changes: 1 addition & 1 deletion CustomMenuText/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "CustomMenuText",
"name": "CustomMenuText",
"author": "headassbtw",
"version": "3.2.2",
"version": "3.2.3",
"description": "",
"gameVersion": "1.13.4",
"dependsOn": {
Expand Down

0 comments on commit 9008add

Please sign in to comment.