3.6.0 Update

This commit is contained in:
dvize
2023-07-28 08:37:19 -07:00
parent 82f4b916fe
commit f01a1bde35
2 changed files with 3 additions and 7 deletions

View File

@@ -7,7 +7,7 @@ using EFT;
namespace armorMod namespace armorMod
{ {
[BepInPlugin("com.dvize.ASS", "dvize.ASS", "1.3.0")] [BepInPlugin("com.dvize.ASS", "dvize.ASS", "1.3.1")]
public class AssPlugin : BaseUnityPlugin public class AssPlugin : BaseUnityPlugin
{ {
@@ -19,10 +19,6 @@ namespace armorMod
{ {
get; set; get; set;
} }
/*private ConfigEntry<Boolean> LoseInsuranceOnRepair
{
get; set;
}*/
internal static ConfigEntry<float> TimeDelayRepairInSec internal static ConfigEntry<float> TimeDelayRepairInSec
{ {
get; set; get; set;

View File

@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.3.0.0")] [assembly: AssemblyVersion("1.3.1.0")]
[assembly: AssemblyFileVersion("1.3.0.0")] [assembly: AssemblyFileVersion("1.3.1.0")]