From befab81dbb36a42ae0d2976b94ceae48c38f9976 Mon Sep 17 00:00:00 2001 From: PoisonArrow1000 <124536630+PoisonArrow1000@users.noreply.github.com> Date: Mon, 29 Sep 2025 21:51:09 -0400 Subject: [PATCH] Update AddonIdentifier.cs Change version from "1.3.0" to "1.0.1" --- HkmpAddon/AddonIdentifier.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HkmpAddon/AddonIdentifier.cs b/HkmpAddon/AddonIdentifier.cs index cedf738..25043ad 100644 --- a/HkmpAddon/AddonIdentifier.cs +++ b/HkmpAddon/AddonIdentifier.cs @@ -3,5 +3,5 @@ namespace TheHuntIsOn.HkmpAddon; public static class AddonIdentifier { public const string Name = "TheHuntIsOn"; - public const string Version = "1.3.0"; -} \ No newline at end of file + public const string Version = "1.0.1"; +}