its 2.0.0 now
This commit is contained in:
parent
de24bf4173
commit
e38be14578
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue