Skip to content

Commit

Permalink
Update the code to latest AU version
Browse files Browse the repository at this point in the history
  • Loading branch information
scp222thj committed Jun 10, 2024
1 parent 16cdf0d commit 4b678b9
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 @@ -16,7 +16,7 @@ public partial class MalumMenu : BasePlugin
{
public Harmony Harmony { get; } = new(Id);
public static string malumVersion = "2.3.0";
public static List<string> supportedAU = new List<string> { "2023.11.28", "2024.3.5" };
public static List<string> supportedAU = new List<string> { "2023.11.28", "2024.3.5", "2024.6.4" };
public static MenuUI menuUI;
// public static ConsoleUI consoleUI;
public static ConfigEntry<string> menuKeybind;
Expand Down
2 changes: 1 addition & 1 deletion src/MalumMenu.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.5" PrivateAssets="all" />
<PackageReference Include="AmongUs.GameLibs.Steam" Version="2024.6.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 4b678b9

Please sign in to comment.