Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
scp222thj committed Jul 29, 2023
1 parent 9beab5e commit 5595b68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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>1.0.0</VersionPrefix>
<VersionPrefix>1.1.0</VersionPrefix>
<Description>all play and no cheats makes among us a dull game</Description>
<!-- <Authors>scp222thj</Authors> -->
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/MalumMenuPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace MalumMenu;
public partial class MalumPlugin : BasePlugin
{
public Harmony Harmony { get; } = new(Id);
public static string malumVersion = "1.0.0";
public static string malumVersion = "1.1.0";
public static List<string> supportedAU = new List<string> { "2023.7.12", "2023.7.11" };
private static MenuUI menuUI;

Expand Down

0 comments on commit 5595b68

Please sign in to comment.