Skip to content

Commit

Permalink
Add support for Mechanical Ballerina
Browse files Browse the repository at this point in the history
  • Loading branch information
AshtonMemer committed Sep 29, 2024
1 parent a0214c6 commit 534d0b2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion FavGirlMod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ internal static class MelonBuildInfo

public const string Author = "RobotLucca & AshtonMemer";
public const string Company = null;
public const string Version = "2.4.2";
public const string Version = "2.4.3";
public const string DownloadLink = null;
}

Expand Down
3 changes: 2 additions & 1 deletion FavSave.cs
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,10 @@ public enum GirlID
MARIJA_SISTER = 20,
MARISA = 21,
AMIYA = 22,
MIKU_HATSUNE = 25
MIKU_HATSUNE = 25,
// RIN_LEN = 26
// RACER = 27
BALLERINA = 28
}

// List of valid Elfins selectable as favorites
Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

[assembly: AssemblyVersion("2.4.2.0")]
[assembly: AssemblyFileVersion("2.4.2.0")]
[assembly: AssemblyVersion("2.4.3.0")]
[assembly: AssemblyFileVersion("2.4.3.0")]

0 comments on commit 534d0b2

Please sign in to comment.