From 39e2f7a8ddbdb399dbdca6fbcbc4707e71d866df Mon Sep 17 00:00:00 2001 From: dvize Date: Wed, 10 Jul 2024 19:02:40 -0700 Subject: [PATCH] Update Version --- Plugin.cs | 2 +- Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Plugin.cs b/Plugin.cs index 2cae465..4c09f3f 100644 --- a/Plugin.cs +++ b/Plugin.cs @@ -9,7 +9,7 @@ namespace dvize.GodModeTest { - [BepInPlugin("com.dvize.DadGamerMode", "dvize.DadGamerMode", "1.9.1")] + [BepInPlugin("com.dvize.DadGamerMode", "dvize.DadGamerMode", "1.9.2")] //[BepInDependency("com.SPT.core", "3.8.0")] public class dadGamerPlugin : BaseUnityPlugin { diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index f90a409..237dbf8 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -32,6 +32,6 @@ // 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.9.1.0")] -[assembly: AssemblyFileVersion("1.9.1.0")] +[assembly: AssemblyVersion("1.9.2.0")] +[assembly: AssemblyFileVersion("1.9.2.0")] [assembly: TarkovVersion(30626)]