Skip to content

Commit

Permalink
Change version
Browse files Browse the repository at this point in the history
  • Loading branch information
scp222thj committed Jun 22, 2024
1 parent 71fc005 commit 3b57be5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.4.0";
public static string malumVersion = "2.3.1";
public static List<string> supportedAU = new List<string> { "2024.6.18" };
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.4.0</VersionPrefix>
<VersionPrefix>2.3.1</VersionPrefix>
<Description>all play and no cheats makes among us a dull game</Description>
<Authors>scp222thj</Authors>
</PropertyGroup>
Expand Down

0 comments on commit 3b57be5

Please sign in to comment.