Skip to content

Commit 3b57be5

Browse files
committed
Change version
1 parent 71fc005 commit 3b57be5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/MalumMenu.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ namespace MalumMenu;
1515
public partial class MalumMenu : BasePlugin
1616
{
1717
public Harmony Harmony { get; } = new(Id);
18-
public static string malumVersion = "2.4.0";
18+
public static string malumVersion = "2.3.1";
1919
public static List<string> supportedAU = new List<string> { "2024.6.18" };
2020
public static MenuUI menuUI;
2121
// public static ConsoleUI consoleUI;

src/MalumMenu.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<LangVersion>latest</LangVersion>
55
<DebugType>embedded</DebugType>
66

7-
<VersionPrefix>2.4.0</VersionPrefix>
7+
<VersionPrefix>2.3.1</VersionPrefix>
88
<Description>all play and no cheats makes among us a dull game</Description>
99
<Authors>scp222thj</Authors>
1010
</PropertyGroup>

0 commit comments

Comments
 (0)