diff --git a/ExampleMod.cs b/ExampleMod.cs index c4d5b24..9844897 100644 --- a/ExampleMod.cs +++ b/ExampleMod.cs @@ -34,7 +34,7 @@ public class ExampleMod : Mod { public override string Description => "This is the example mod for Tiny Life!"; public override TextureRegion Icon => this.uiTextures[new Point(0, 0)]; public override string IssueTrackerUrl => "https://github.com/Ellpeck/TinyLifeExampleMod/issues"; - public override string TestedVersionRange => "[0.40.0,0.40.1]"; + public override string TestedVersionRange => "[0.41.0]"; private Dictionary customTops; private Dictionary customHairs; diff --git a/ExampleMod.csproj b/ExampleMod.csproj index 6dfc6fa..c04957a 100644 --- a/ExampleMod.csproj +++ b/ExampleMod.csproj @@ -5,14 +5,14 @@ - + - - - + + +