diff --git a/VERSION b/VERSION index 41dc32fa..e5251fbb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.8a \ No newline at end of file +1.8b \ No newline at end of file diff --git a/WeaponPaints.cs b/WeaponPaints.cs index a559cc5f..818c8e70 100644 --- a/WeaponPaints.cs +++ b/WeaponPaints.cs @@ -11,7 +11,7 @@ using System.Collections.Concurrent; namespace WeaponPaints; -[MinimumApiVersion(167)] +[MinimumApiVersion(168)] public partial class WeaponPaints : BasePlugin, IPluginConfig { internal static WeaponPaints Instance { get; private set; } = new(); @@ -158,7 +158,7 @@ public partial class WeaponPaints : BasePlugin, IPluginConfig "Nereziel & daffyy"; public override string ModuleDescription => "Skin, gloves and knife selector, standalone and web-based"; public override string ModuleName => "WeaponPaints"; - public override string ModuleVersion => "1.8a"; + public override string ModuleVersion => "1.8b"; public static WeaponPaintsConfig GetWeaponPaintsConfig() {