Skip to content

Commit

Permalink
Prepare for v2.4.2 hotfix update
Browse files Browse the repository at this point in the history
  • Loading branch information
scp222thj committed Sep 7, 2024
1 parent a21e78d commit a573cd5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/MalumMenu.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ namespace MalumMenu;
public partial class MalumMenu : BasePlugin
{
public Harmony Harmony { get; } = new(Id);
public static string malumVersion = "2.4.1";
public static List<string> supportedAU = new List<string> { "2024.6.18", "2024.8.13" };
public static string malumVersion = "2.4.2";
public static List<string> supportedAU = new List<string> { "2024.9.4" };
public static MenuUI menuUI;
// public static ConsoleUI consoleUI;
public static ConfigEntry<string> menuKeybind;
Expand Down
4 changes: 2 additions & 2 deletions 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.1</VersionPrefix>
<VersionPrefix>2.5.0</VersionPrefix>
<Description>all play and no cheats makes among us a dull game</Description>
<Authors>scp222thj</Authors>
</PropertyGroup>
Expand All @@ -15,7 +15,7 @@

<ItemGroup>
<PackageReference Include="BepInEx.Unity.IL2CPP" Version="6.0.0-be.662" Private="false" ExcludeAssets="runtime;native" />
<PackageReference Include="AmongUs.GameLibs.Steam" Version="2024.8.13" PrivateAssets="all" />
<PackageReference Include="AmongUs.GameLibs.Steam" Version="2024.9.4" PrivateAssets="all" />

<PackageReference Include="BepInEx.AutoPlugin" Version="1.1.0" PrivateAssets="all" />
<PackageReference Include="BepInEx.IL2CPP.MSBuild" Version="2.0.1" PrivateAssets="all" ExcludeAssets="runtime" />
Expand Down

0 comments on commit a573cd5

Please sign in to comment.