Skip to content

Commit f427165

Browse files
Finish v1.1
1 parent f6fa72f commit f427165

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

MainClass.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
using VRC.UI.Core;
2121
using Resources = VRChatAccessibility.Properties.Resources;
2222

23-
[assembly: MelonInfo(typeof(MainClass), "VRChat Accessibility", "1.0", "ToastyFail & Plague")]
23+
[assembly: MelonInfo(typeof(MainClass), "VRChat Accessibility", "1.1", "ToastyFail & Plague")]
2424
[assembly: MelonGame("VRChat", "VRChat")]
2525
[assembly: MelonColor(ConsoleColor.Magenta)]
2626

@@ -207,11 +207,11 @@ public static void OnQuickMenuInit()
207207
{
208208
Logo = Resources.ColourBlindLogo_Transparent.GetSpriteFromResource();
209209

210-
var Page = MenuPage.CreatePage(WingSingleButton.Wing.Both, Logo, "VRChat Accessibility", "<color=#ff00ff>VRChat Accessibility</color>", true, true, null, "", Logo, true).Item1;
210+
var Page = MenuPage.CreatePage(WingSingleButton.Wing.Both, Logo, "VRChat Accessibility", "VRChat Accessibility", true, true, null, "", Logo, true).Item1;
211211

212212
MainMenu = Page.AddCollapsibleButtonGroup("Main Options", true);
213213

214-
UserSelectedPage = new CollapsibleButtonGroup(TransformHelper.SelectedUser_Local, "<color=#ff00ff>VRChat Accessibility</color>");
214+
UserSelectedPage = new CollapsibleButtonGroup(TransformHelper.SelectedUser_Local, "VRChat Accessibility");
215215

216216
foreach (var module in BaseModules)
217217
{

Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]
35+
[assembly: AssemblyVersion("1.1.0.0")]
36+
[assembly: AssemblyFileVersion("1.1.0.0")]

0 commit comments

Comments
 (0)