From f20a1dc1ae9630470518eb2da637a126815714ab Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sun, 7 Jan 2024 16:53:45 +0100 Subject: [PATCH] 0.38.4 --- ExampleMod.cs | 2 +- ExampleMod.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ExampleMod.cs b/ExampleMod.cs index f789925..dc2b3e2 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.38.0, 0.38.3]"; + public override string TestedVersionRange => "[0.38.0, 0.38.4]"; private Dictionary customTops; private Dictionary customHairs; diff --git a/ExampleMod.csproj b/ExampleMod.csproj index d63e160..7430258 100644 --- a/ExampleMod.csproj +++ b/ExampleMod.csproj @@ -5,7 +5,7 @@ - +