diff --git a/LEARN.md b/LEARN.md index f3e04d7..d2fd5ff 100644 --- a/LEARN.md +++ b/LEARN.md @@ -2,6 +2,10 @@ ChatGPT Discord BOT +

+v3.2.1 +

+

@@ -208,4 +212,4 @@ npm run prod

--- 🙂 --- -

\ No newline at end of file +

diff --git a/README.md b/README.md index dd16c32..d2fd5ff 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ChatGPT Discord BOT

-v3.2.0 +v3.2.1

diff --git a/SECURITY.md b/SECURITY.md index 46623ff..a5c5872 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -5,7 +5,7 @@ These versions of the project are currently being supported with feature & secur | Version | Supported | | ------- | ------------------ | -| 3.x.x | :white_check_mark: | +| 3.2.x | :white_check_mark: | | 2.5.x | :x: | | < 2.5.0 | :x: | diff --git a/package-lock.json b/package-lock.json index 9ade8e5..d624eee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "chatgpt-discord-bot", - "version": "3.2.0", + "version": "3.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "chatgpt-discord-bot", - "version": "3.2.0", + "version": "3.2.1", "license": "MIT", "dependencies": { "@types/node": "^20.4.1", diff --git a/package.json b/package.json index 24d6ef2..1cb0f4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chatgpt-discord-bot", - "version": "3.2.0", + "version": "3.2.1", "description": "A Chat Synced Discord Bot using OpenAI ChatGPT API & Firestore Database 🚀", "author": "itskdhere", "license": "MIT",