From c7f03b4998b19257ff6be102fedfc8fbf0a8e057 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Thu, 17 Oct 2024 17:30:53 +0200 Subject: [PATCH] 0.44.0 --- ExampleMod.cs | 2 +- ExampleMod.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ExampleMod.cs b/ExampleMod.cs index 1f715ec..840ba84 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.11]"; + public override string TestedVersionRange => "[0.44.0]"; private Dictionary customTops; private Dictionary customHairs; diff --git a/ExampleMod.csproj b/ExampleMod.csproj index 9af9921..ac823a8 100644 --- a/ExampleMod.csproj +++ b/ExampleMod.csproj @@ -5,7 +5,7 @@ - +