diff --git a/Live/CWX_BushWhacker/BushWhacker.cs b/Live/CWX_BushWhacker/BushWhacker.cs index fd5c73c..7eb1ffc 100644 --- a/Live/CWX_BushWhacker/BushWhacker.cs +++ b/Live/CWX_BushWhacker/BushWhacker.cs @@ -5,7 +5,7 @@ using UnityEngine; namespace CWX_BushWhacker { - [BepInPlugin("com.cwx.bushwhacker", "cwx-bushwhacker", "1.3.1")] + [BepInPlugin("com.cwx.bushwhacker", "cwx-bushwhacker", "1.3.2")] public class BushWhacker : BaseUnityPlugin { public void Start() diff --git a/Live/CWX_BushWhacker/CWX-BushWhacker 1.3.1/bepInEx/plugins/CWX-BushWhacker.dll b/Live/CWX_BushWhacker/CWX-BushWhacker 1.3.2/bepInEx/plugins/CWX-BushWhacker.dll similarity index 88% rename from Live/CWX_BushWhacker/CWX-BushWhacker 1.3.1/bepInEx/plugins/CWX-BushWhacker.dll rename to Live/CWX_BushWhacker/CWX-BushWhacker 1.3.2/bepInEx/plugins/CWX-BushWhacker.dll index 6349766..ea72f04 100644 Binary files a/Live/CWX_BushWhacker/CWX-BushWhacker 1.3.1/bepInEx/plugins/CWX-BushWhacker.dll and b/Live/CWX_BushWhacker/CWX-BushWhacker 1.3.2/bepInEx/plugins/CWX-BushWhacker.dll differ diff --git a/Live/CWX_BushWhacker/CWX_BushWhacker.csproj b/Live/CWX_BushWhacker/CWX_BushWhacker.csproj index cde6f8d..ffa9f86 100644 --- a/Live/CWX_BushWhacker/CWX_BushWhacker.csproj +++ b/Live/CWX_BushWhacker/CWX_BushWhacker.csproj @@ -3,7 +3,7 @@ net472 CWX-BushWhacker - 1.3.1 + 1.3.2 diff --git a/Live/CWX_DeSharpener/CWX-DeSharpener 1.5.1/bepInEx/plugins/CWX-DeSharpener.dll b/Live/CWX_DeSharpener/CWX-DeSharpener 1.5.2/bepInEx/plugins/CWX-DeSharpener.dll similarity index 85% rename from Live/CWX_DeSharpener/CWX-DeSharpener 1.5.1/bepInEx/plugins/CWX-DeSharpener.dll rename to Live/CWX_DeSharpener/CWX-DeSharpener 1.5.2/bepInEx/plugins/CWX-DeSharpener.dll index f2df7f0..e004308 100644 Binary files a/Live/CWX_DeSharpener/CWX-DeSharpener 1.5.1/bepInEx/plugins/CWX-DeSharpener.dll and b/Live/CWX_DeSharpener/CWX-DeSharpener 1.5.2/bepInEx/plugins/CWX-DeSharpener.dll differ diff --git a/Live/CWX_DeSharpener/CWX_DeSharpener.csproj b/Live/CWX_DeSharpener/CWX_DeSharpener.csproj index ded6950..66e8539 100644 --- a/Live/CWX_DeSharpener/CWX_DeSharpener.csproj +++ b/Live/CWX_DeSharpener/CWX_DeSharpener.csproj @@ -2,7 +2,7 @@ net472 - 1.5.1 + 1.5.2 CWX-DeSharpener diff --git a/Live/CWX_DeSharpener/DeSharpener.cs b/Live/CWX_DeSharpener/DeSharpener.cs index 1c679a4..67862f0 100644 --- a/Live/CWX_DeSharpener/DeSharpener.cs +++ b/Live/CWX_DeSharpener/DeSharpener.cs @@ -2,7 +2,7 @@ namespace CWX_DeSharpener { - [BepInPlugin("com.CWX.DeSharpener", "CWX-DeSharpener", "1.5.1")] + [BepInPlugin("com.CWX.DeSharpener", "CWX-DeSharpener", "1.5.2")] public class DeSharpener : BaseUnityPlugin { private void Awake() diff --git a/Live/CWX_DebuggingTool/CWX_DebuggingTool 1.0.1/BepInEx/plugins/CWX_DebuggingTool.dll b/Live/CWX_DebuggingTool/CWX_DebuggingTool 1.0.1/BepInEx/plugins/CWX_DebuggingTool.dll deleted file mode 100644 index 75e5c63..0000000 Binary files a/Live/CWX_DebuggingTool/CWX_DebuggingTool 1.0.1/BepInEx/plugins/CWX_DebuggingTool.dll and /dev/null differ diff --git a/Live/CWX_DebuggingTool/CWX_DebuggingTool 1.1.0/BepInEx/plugins/CWX_DebuggingTool.dll b/Live/CWX_DebuggingTool/CWX_DebuggingTool 1.1.0/BepInEx/plugins/CWX_DebuggingTool.dll new file mode 100644 index 0000000..5f1755d Binary files /dev/null and b/Live/CWX_DebuggingTool/CWX_DebuggingTool 1.1.0/BepInEx/plugins/CWX_DebuggingTool.dll differ diff --git a/Live/CWX_DebuggingTool/DebuggingTool.cs b/Live/CWX_DebuggingTool/DebuggingTool.cs index 8c240b2..cbb089b 100644 --- a/Live/CWX_DebuggingTool/DebuggingTool.cs +++ b/Live/CWX_DebuggingTool/DebuggingTool.cs @@ -6,7 +6,7 @@ using EFT.UI; namespace CWX_DebuggingTool { - [BepInPlugin("com.cwx.debuggingtool", "cwx-debuggingtool", "1.0.1")] + [BepInPlugin("com.cwx.debuggingtool", "cwx-debuggingtool", "1.1.0")] public class DebuggingTool : BaseUnityPlugin { private void Awake() diff --git a/Live/CWX_MasterKey/CWX_MasterKey 1.4.3/bepInEx/plugins/CWX-MasterKey.dll b/Live/CWX_MasterKey/CWX_MasterKey 1.4.4/bepInEx/plugins/CWX-MasterKey.dll similarity index 78% rename from Live/CWX_MasterKey/CWX_MasterKey 1.4.3/bepInEx/plugins/CWX-MasterKey.dll rename to Live/CWX_MasterKey/CWX_MasterKey 1.4.4/bepInEx/plugins/CWX-MasterKey.dll index d7d136e..11b75af 100644 Binary files a/Live/CWX_MasterKey/CWX_MasterKey 1.4.3/bepInEx/plugins/CWX-MasterKey.dll and b/Live/CWX_MasterKey/CWX_MasterKey 1.4.4/bepInEx/plugins/CWX-MasterKey.dll differ diff --git a/Live/CWX_MasterKey/CWX_MasterKey 1.4.3/user/mods/CWX-MasterKey 1.4.3/LICENSE.txt b/Live/CWX_MasterKey/CWX_MasterKey 1.4.4/user/mods/CWX-MasterKey 1.4.4/LICENSE.txt similarity index 100% rename from Live/CWX_MasterKey/CWX_MasterKey 1.4.3/user/mods/CWX-MasterKey 1.4.3/LICENSE.txt rename to Live/CWX_MasterKey/CWX_MasterKey 1.4.4/user/mods/CWX-MasterKey 1.4.4/LICENSE.txt diff --git a/Live/CWX_MasterKey/CWX_MasterKey 1.4.3/user/mods/CWX-MasterKey 1.4.3/package.json b/Live/CWX_MasterKey/CWX_MasterKey 1.4.4/user/mods/CWX-MasterKey 1.4.4/package.json similarity index 95% rename from Live/CWX_MasterKey/CWX_MasterKey 1.4.3/user/mods/CWX-MasterKey 1.4.3/package.json rename to Live/CWX_MasterKey/CWX_MasterKey 1.4.4/user/mods/CWX-MasterKey 1.4.4/package.json index 112544c..1420cde 100644 --- a/Live/CWX_MasterKey/CWX_MasterKey 1.4.3/user/mods/CWX-MasterKey 1.4.3/package.json +++ b/Live/CWX_MasterKey/CWX_MasterKey 1.4.4/user/mods/CWX-MasterKey 1.4.4/package.json @@ -4,7 +4,7 @@ "version": "1.4.3", "license": "NCSA", "main": "src/mod.js", - "akiVersion": "3.5.2", + "akiVersion": "3.5.5", "scripts": { "setup": "npm i", "build": "node ./packageBuild.ts" diff --git a/Live/CWX_MasterKey/CWX_MasterKey 1.4.3/user/mods/CWX-MasterKey 1.4.3/src/config.json b/Live/CWX_MasterKey/CWX_MasterKey 1.4.4/user/mods/CWX-MasterKey 1.4.4/src/config.json similarity index 100% rename from Live/CWX_MasterKey/CWX_MasterKey 1.4.3/user/mods/CWX-MasterKey 1.4.3/src/config.json rename to Live/CWX_MasterKey/CWX_MasterKey 1.4.4/user/mods/CWX-MasterKey 1.4.4/src/config.json diff --git a/Live/CWX_MasterKey/CWX_MasterKey 1.4.3/user/mods/CWX-MasterKey 1.4.3/src/mod.ts b/Live/CWX_MasterKey/CWX_MasterKey 1.4.4/user/mods/CWX-MasterKey 1.4.4/src/mod.ts similarity index 100% rename from Live/CWX_MasterKey/CWX_MasterKey 1.4.3/user/mods/CWX-MasterKey 1.4.3/src/mod.ts rename to Live/CWX_MasterKey/CWX_MasterKey 1.4.4/user/mods/CWX-MasterKey 1.4.4/src/mod.ts diff --git a/Live/CWX_MasterKey/server/dist/package.json b/Live/CWX_MasterKey/server/dist/package.json index 112544c..1420cde 100644 --- a/Live/CWX_MasterKey/server/dist/package.json +++ b/Live/CWX_MasterKey/server/dist/package.json @@ -4,7 +4,7 @@ "version": "1.4.3", "license": "NCSA", "main": "src/mod.js", - "akiVersion": "3.5.2", + "akiVersion": "3.5.5", "scripts": { "setup": "npm i", "build": "node ./packageBuild.ts" diff --git a/Live/CWX_MasterKey/server/package.json b/Live/CWX_MasterKey/server/package.json index 112544c..1420cde 100644 --- a/Live/CWX_MasterKey/server/package.json +++ b/Live/CWX_MasterKey/server/package.json @@ -4,7 +4,7 @@ "version": "1.4.3", "license": "NCSA", "main": "src/mod.js", - "akiVersion": "3.5.2", + "akiVersion": "3.5.5", "scripts": { "setup": "npm i", "build": "node ./packageBuild.ts" diff --git a/Live/CWX_WeatherPatcher/CWX_WeatherPatcher 2.5.1/BepInEx/plugins/CWX-WeatherPatcher.dll b/Live/CWX_WeatherPatcher/CWX_WeatherPatcher 2.5.2/BepInEx/plugins/CWX-WeatherPatcher.dll similarity index 89% rename from Live/CWX_WeatherPatcher/CWX_WeatherPatcher 2.5.1/BepInEx/plugins/CWX-WeatherPatcher.dll rename to Live/CWX_WeatherPatcher/CWX_WeatherPatcher 2.5.2/BepInEx/plugins/CWX-WeatherPatcher.dll index eeff726..5aaf663 100644 Binary files a/Live/CWX_WeatherPatcher/CWX_WeatherPatcher 2.5.1/BepInEx/plugins/CWX-WeatherPatcher.dll and b/Live/CWX_WeatherPatcher/CWX_WeatherPatcher 2.5.2/BepInEx/plugins/CWX-WeatherPatcher.dll differ diff --git a/Live/CWX_WeatherPatcher/CWX_WeatherPatcher.csproj b/Live/CWX_WeatherPatcher/CWX_WeatherPatcher.csproj index 1e5dd22..63f62f1 100644 --- a/Live/CWX_WeatherPatcher/CWX_WeatherPatcher.csproj +++ b/Live/CWX_WeatherPatcher/CWX_WeatherPatcher.csproj @@ -3,7 +3,7 @@ net472 CWX-WeatherPatcher - 2.5.1 + 2.5.2 diff --git a/Live/CWX_WeatherPatcher/WeatherPatcher.cs b/Live/CWX_WeatherPatcher/WeatherPatcher.cs index 9c60d9c..0f30fe7 100644 --- a/Live/CWX_WeatherPatcher/WeatherPatcher.cs +++ b/Live/CWX_WeatherPatcher/WeatherPatcher.cs @@ -3,7 +3,7 @@ using EFT.Weather; namespace CWX_WeatherPatcher { - [BepInPlugin("com.CWX.WeatherPatcher", "CWX-WeatherPatcher", "2.5.1")] + [BepInPlugin("com.CWX.WeatherPatcher", "CWX-WeatherPatcher", "2.5.2")] public class WeatherPatcher : BaseUnityPlugin { private void Awake()