From 6c2314b7c7b2433605dce7fd3ae0d5d4a26fea55 Mon Sep 17 00:00:00 2001 From: DatJaneDoe <54993349+DatJaneDoe@users.noreply.github.com> Date: Tue, 5 Dec 2023 10:22:31 -0500 Subject: [PATCH] Update ModHelperData.cs --- ModHelperData.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ModHelperData.cs b/ModHelperData.cs index 347ea4c..2adbf70 100644 --- a/ModHelperData.cs +++ b/ModHelperData.cs @@ -3,7 +3,7 @@ namespace DJDTowerPack; public static class ModHelperData { public const string WorksOnVersion = "39.0"; - public const string Version = "1.0.2"; + public const string Version = "1.1.0"; public const string Name = "DatJaneDoe's Tower Pack 1"; public const string Description = "Adds Necromancer, Pizza, Soldier, and Teacher towers to the game";