Skip to content

Commit

Permalink
Update to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
VirtualAE committed Nov 19, 2024
1 parent 32d8897 commit 6a52603
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Client/VCQLQuestZones/Core/QuestZones.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
using EFT;
using EFT.UI;
using EFT.Interactive;
using EFT.PrefabSettings;
using EFT.InventoryLogic;



Expand Down
2 changes: 1 addition & 1 deletion Client/VCQLQuestZones/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

namespace VCQLQuestZones
{
[BepInPlugin("com.virtual.vcql", "VCQL-Zones", "2.0.2")]
[BepInPlugin("com.virtual.vcql", "VCQL-Zones", "2.0.3")]
[BepInProcess("EscapeFromTarkov.exe")]
public class Plugin : BaseUnityPlugin
{
Expand Down
4 changes: 2 additions & 2 deletions Server/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "Virtuals Custom Quest Loader",
"version":"2.0.2",
"version":"2.0.3",
"main": "src/mod.js",
"license": "MIT",
"author": "Virtual",
"sptVersion": "3.9.x",
"sptVersion": "3.10.x",
"scripts": {
"setup": "npm i",
"build": "node ./packageBuild.ts"
Expand Down

0 comments on commit 6a52603

Please sign in to comment.