Skip to content

Commit

Permalink
Change version to 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scp222thj committed Jun 3, 2024
1 parent fdb6b4d commit 16cdf0d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/Cheats/TracersHandler.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using System.Collections.Generic;
using UnityEngine;

namespace MalumMenu;
Expand Down
2 changes: 1 addition & 1 deletion src/MalumMenu.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace MalumMenu;
public partial class MalumMenu : BasePlugin
{
public Harmony Harmony { get; } = new(Id);
public static string malumVersion = "2.2.0";
public static string malumVersion = "2.3.0";
public static List<string> supportedAU = new List<string> { "2023.11.28", "2024.3.5" };
public static MenuUI menuUI;
// public static ConsoleUI consoleUI;
Expand Down
2 changes: 1 addition & 1 deletion src/MalumMenu.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<LangVersion>latest</LangVersion>
<DebugType>embedded</DebugType>

<VersionPrefix>2.2.0</VersionPrefix>
<VersionPrefix>2.3.0</VersionPrefix>
<Description>all play and no cheats makes among us a dull game</Description>
<Authors>scp222thj</Authors>
</PropertyGroup>
Expand Down

0 comments on commit 16cdf0d

Please sign in to comment.