diff --git a/package-lock.json b/package-lock.json index 6f773eb..caab0a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ollama-discord-bot", - "version": "1.0.5", + "version": "1.0.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ollama-discord-bot", - "version": "1.0.5", + "version": "1.0.6", "license": "MIT", "devDependencies": { "@semantic-release/commit-analyzer": "^11.1.0", diff --git a/package.json b/package.json index ca61908..fdc8253 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ollama-discord-bot", - "version": "1.0.5", + "version": "1.0.6", "description": "This Discord chatbot is built to follow the chat flow and have a conversation with the user. The bot is built using the discord.py library, and the chat is stored in Redis. The number of messages to have in context is configurable.", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"