From f01a1bde35337c3e76c6f20557abbd67f760c7cc Mon Sep 17 00:00:00 2001 From: dvize Date: Fri, 28 Jul 2023 08:37:19 -0700 Subject: [PATCH] 3.6.0 Update --- Plugin.cs | 6 +----- Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/Plugin.cs b/Plugin.cs index b817f18..ec99e1e 100644 --- a/Plugin.cs +++ b/Plugin.cs @@ -7,7 +7,7 @@ using EFT; namespace armorMod { - [BepInPlugin("com.dvize.ASS", "dvize.ASS", "1.3.0")] + [BepInPlugin("com.dvize.ASS", "dvize.ASS", "1.3.1")] public class AssPlugin : BaseUnityPlugin { @@ -19,10 +19,6 @@ namespace armorMod { get; set; } - /*private ConfigEntry LoseInsuranceOnRepair - { - get; set; - }*/ internal static ConfigEntry TimeDelayRepairInSec { get; set; diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 04ad1a2..eefc6de 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.0.0")] -[assembly: AssemblyFileVersion("1.3.0.0")] +[assembly: AssemblyVersion("1.3.1.0")] +[assembly: AssemblyFileVersion("1.3.1.0")]