From 5d93169a73ed8237bc014d57ac2bf161300ec681 Mon Sep 17 00:00:00 2001 From: deluce <31872986+delucecc@users.noreply.github.com> Date: Thu, 29 Aug 2024 19:59:26 -0700 Subject: [PATCH] create --- ngd-bahama.json | 7 +++++++ ngd-vu.json | 7 +++---- 2 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 ngd-bahama.json diff --git a/ngd-bahama.json b/ngd-bahama.json new file mode 100644 index 0000000..be4ba4e --- /dev/null +++ b/ngd-bahama.json @@ -0,0 +1,7 @@ +{ + "version": "3.13", + "changelog": [ + "Added new version checker", + "Added toggle duty option" + ] +} diff --git a/ngd-vu.json b/ngd-vu.json index ee5c969..4148a15 100644 --- a/ngd-vu.json +++ b/ngd-vu.json @@ -1,8 +1,7 @@ { - "version": "3.14", + "version": "3.14.1", "changelog": [ - "Added ability to disable duty toggle", - "Added auto inventory image path", - "Files changed: fxmanifest.lue, config.lua, client/targets.lua" + "Fixed auto inventory image detect", + "Files changed: fxmanifest.lua" ] }