From dbafa839e4261da0c20e0450236e5819c8a71800 Mon Sep 17 00:00:00 2001 From: Tony <1414927+zfbx@users.noreply.github.com> Date: Fri, 15 Apr 2022 04:25:20 -0400 Subject: [PATCH] version bump and changelog --- docs/changelog.md | 8 ++++++++ fxmanifest.lua | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 3d142a0..a552784 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,13 @@ ## Change log +**7.2.1 - Fixes and support [2022-04-15]** +- update links +- added swedish from ayatollah +- support message added <3 +- docs updates +- few bug fixes + + **7.2.0 - Addon improvements [2022-01-16]** - patched some errors from previous version diff --git a/fxmanifest.lua b/fxmanifest.lua index 210467b..e2f912f 100644 --- a/fxmanifest.lua +++ b/fxmanifest.lua @@ -15,7 +15,7 @@ games { "gta5" } author "zfbx" description "Discord bot allowlist and more" repository "https://github.com/zfbx/zdiscord" -version "7.2.0" +version "7.2.1" license "CC-BY-NC-SA-4.0" lua54 'yes' diff --git a/package.json b/package.json index 6680664..4e60515 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zdiscord", - "version": "7.2.0", + "version": "7.2.1", "description": "Advanced Discord Bot Allowlist that's simple to use", "main": "server.js", "scripts": {