From d21832291928404a5345359ca9018648ea9abcab Mon Sep 17 00:00:00 2001 From: dvize Date: Sun, 30 Jul 2023 19:45:28 -0700 Subject: [PATCH] Add bepin dependency to SPT --- Plugin.cs | 4 ++-- Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Plugin.cs b/Plugin.cs index 11a9077..0bee54c 100644 --- a/Plugin.cs +++ b/Plugin.cs @@ -7,8 +7,8 @@ using EFT; namespace armorMod { - [BepInPlugin("com.dvize.ASS", "dvize.ASS", "1.3.1")] - + [BepInPlugin("com.dvize.ASS", "dvize.ASS", "1.4.0")] + [BepInDependency("com.spt-aki.core", "3.6.0")] public class AssPlugin : BaseUnityPlugin { internal static ConfigEntry ArmorServiceMode diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index eefc6de..f083a55 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.3.1.0")] -[assembly: AssemblyFileVersion("1.3.1.0")] +[assembly: AssemblyVersion("1.4.0.0")] +[assembly: AssemblyFileVersion("1.4.0.0")]