This commit is contained in:
NotAKidoS 2023-04-25 20:37:59 -05:00
parent c42e28f340
commit 862aecc0f9
2 changed files with 4 additions and 4 deletions

View file

@ -16,7 +16,7 @@ public static class BuildInfo
{
public const string Name = "ThirdPerson";
public const string Author = "Davi & NotAKidoS";
public const string Version = "1.0.1";
public const string Version = "1.0.2";
}
public class ThirdPerson : MelonMod