From 9ba209421be63de39819e3a70664cccb548910c9 Mon Sep 17 00:00:00 2001 From: K4ryuu <104531589+K4ryuu@users.noreply.github.com> Date: Sat, 27 Apr 2024 18:57:57 +0200 Subject: [PATCH] Bump version to 4.1.9 and update PluginManifest.cs --- CHANGELOG | 2 +- K4-System/src/Plugin/PluginManifest.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 69841e0..d19f38d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ --- 2023.04.16 - V4.1.8 +-- 2023.04.16 - V4.1.9 - fix: Collection was modified diff --git a/K4-System/src/Plugin/PluginManifest.cs b/K4-System/src/Plugin/PluginManifest.cs index dcd6104..ab11ecc 100644 --- a/K4-System/src/Plugin/PluginManifest.cs +++ b/K4-System/src/Plugin/PluginManifest.cs @@ -10,7 +10,7 @@ public sealed partial class Plugin : BasePlugin public override string ModuleAuthor => "K4ryuu"; - public override string ModuleVersion => "4.1.8 " + + public override string ModuleVersion => "4.1.9 " + #if RELEASE "(release)"; #else