From c963a9781c04f4a942290e82856a76bed308638e Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sun, 9 Jun 2024 17:07:26 +0200 Subject: [PATCH] 0.42.0 --- ExampleMod.cs | 2 +- ExampleMod.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ExampleMod.cs b/ExampleMod.cs index 574132e..4bf793d 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.41.0,0.41.2]"; + public override string TestedVersionRange => "[0.42.0]"; private Dictionary customTops; private Dictionary customHairs; diff --git a/ExampleMod.csproj b/ExampleMod.csproj index c63d36e..233b769 100644 --- a/ExampleMod.csproj +++ b/ExampleMod.csproj @@ -5,7 +5,7 @@ - +