Skip to content

Commit

Permalink
change menu button text
Browse files Browse the repository at this point in the history
  • Loading branch information
Saeraphinx committed Jan 19, 2024
1 parent f54ade2 commit 131d6f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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("4.0.0")]
[assembly: AssemblyFileVersion("4.0.0")]
[assembly: AssemblyVersion("4.0.1")]
[assembly: AssemblyFileVersion("4.0.1")]
2 changes: 1 addition & 1 deletion CustomMenuText/Views/UICreator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public static void CreateMenu()
{
if (!Created)
{
MenuButton menuButton = new MenuButton("Menu Text", "Manage custom menu text", ShowFlow);
MenuButton menuButton = new MenuButton("Custom Menu Text", "Manage Custom Menu Text", ShowFlow);
MenuButtons.instance.RegisterButton(menuButton);
Created = true;
}
Expand Down
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": "Saeraphinx",
"version": "4.0.0",
"version": "4.0.1",
"description": "Replalces the ingame Beat Saber logo with custom text.",
"gameVersion": "1.34.2",
"dependsOn": {
Expand Down

0 comments on commit 131d6f0

Please sign in to comment.