From c9977fd7e356f69ff2f5f554efbf6e23b30e0585 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 20 Sep 2024 13:01:26 +0200 Subject: [PATCH] 0.43.11 --- ExampleMod.cs | 2 +- ExampleMod.csproj | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ExampleMod.cs b/ExampleMod.cs index 2e3a989..1f715ec 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.43.0,0.43.10]"; + public override string TestedVersionRange => "[0.43.0,0.43.11]"; private Dictionary customTops; private Dictionary customHairs; diff --git a/ExampleMod.csproj b/ExampleMod.csproj index 3ad0ef8..9af9921 100644 --- a/ExampleMod.csproj +++ b/ExampleMod.csproj @@ -5,16 +5,16 @@ - + - + - - - + + + - +