From 86587ac142a2a4e7dd115096c15b4e99dc8f7c90 Mon Sep 17 00:00:00 2001 From: silentstorm Date: Fri, 24 Mar 2023 03:54:18 +1100 Subject: [PATCH] bump version --- ModHelperData.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ModHelperData.cs b/ModHelperData.cs index fc1743a..298e95a 100644 --- a/ModHelperData.cs +++ b/ModHelperData.cs @@ -1,7 +1,7 @@ namespace Viking{ public static class ModHelperData{ public const string WorksOnVersion="34.3"; - public const string Version="1.0.2"; + public const string Version="1.0.3"; public const string Name="SC2ExpansionViking"; public const string Description="Adds the Viking from Starcraft 2 as a magic tower into BTD6"; public const string RepoOwner = "Onixiya";