its 2.0.0 now

This commit is contained in:
LadyAliceMargatroid 2024-11-04 23:41:06 -08:00
parent de24bf4173
commit e38be14578
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ namespace ScarletMansion {
public class Plugin : BaseUnityPlugin {
public const string modGUID = "dev.ladyalice.scarletmansion";
private const string modName = "Scarlet Mansion";
private const string modVersion = "1.3.29";
private const string modVersion = "2.0.0";
public readonly Harmony harmony = new Harmony(modGUID);