From d881aa505da96f5e700b4f4c07f25d7c9d959c97 Mon Sep 17 00:00:00 2001 From: tinyhoot <78366332+tinyhoot@users.noreply.github.com> Date: Wed, 21 Feb 2024 17:43:05 +0100 Subject: [PATCH] Version bump to v1.0.3 --- DeathrunRemade/DeathrunInit.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DeathrunRemade/DeathrunInit.cs b/DeathrunRemade/DeathrunInit.cs index 76a6408..ca5ed83 100644 --- a/DeathrunRemade/DeathrunInit.cs +++ b/DeathrunRemade/DeathrunInit.cs @@ -31,7 +31,7 @@ internal class DeathrunInit : BaseUnityPlugin { public const string GUID = "com.github.tinyhoot.DeathrunRemade"; public const string NAME = "Deathrun Remade"; - public const string VERSION = "1.0.2"; + public const string VERSION = "1.0.3"; internal static Config _Config; internal static ILogHandler _Log;