diff --git a/README.md b/README.md index 141d47e..482db6f 100644 --- a/README.md +++ b/README.md @@ -56,8 +56,11 @@ Created by [Burlone](https://github.com/burlone0), This is a modded backend, all * [x] Parties. * [x] Chat (whispering, global chat, party chat). * [x] Friends. +* HTTPS/SSL Support: + * [x] A working https/ssl system. ## TO-DO +- [ ] Differentiate ports between xmpp and matchmaker - [ ] Create a support with save the world ## Discord Bot Commands diff --git a/package-lock.json b/package-lock.json index d028fae..2bd7225 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "reloadbackend", - "version": "1.0.5", + "version": "1.0.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "reloadbackend", - "version": "1.0.5", + "version": "1.0.6", "license": "GPL-3.0", "dependencies": { "axios": "^1.7.7", diff --git a/package.json b/package.json index 6704cbd..8c0b959 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reloadbackend", - "version": "1.0.5", + "version": "1.0.6", "description": "Created by Burlone, This is a modded backend, all main backend credits to lawin", "main": "index.js", "dependencies": {