From 38d2ab6719e7af80130ce206cd21e2dd0db1c87d Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 26 Jul 2024 12:47:57 +0200 Subject: [PATCH] 0.43.6 --- ExampleMod.cs | 2 +- ExampleMod.csproj | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ExampleMod.cs b/ExampleMod.cs index 50b6e61..6380a41 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.5]"; + public override string TestedVersionRange => "[0.43.0,0.43.6]"; private Dictionary customTops; private Dictionary customHairs; diff --git a/ExampleMod.csproj b/ExampleMod.csproj index 590b709..e4a340b 100644 --- a/ExampleMod.csproj +++ b/ExampleMod.csproj @@ -5,14 +5,14 @@ - + - - - + + +