Update: version increment

This commit is contained in:
Kevin Dang
2025-06-12 21:25:48 -07:00
parent 0b3f9998b7
commit 0056d9173c
3 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ services:
build: ./ # find docker file in designated path
container_name: discord
restart: always # rebuild container always
image: kevinthedang/discord-ollama:0.8.4
image: kevinthedang/discord-ollama:0.8.5s
environment:
CLIENT_TOKEN: ${CLIENT_TOKEN}
OLLAMA_IP: ${OLLAMA_IP}

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "discord-ollama",
"version": "0.8.4",
"version": "0.8.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "discord-ollama",
"version": "0.8.4",
"version": "0.8.5",
"license": "ISC",
"dependencies": {
"discord.js": "^14.18.0",

View File

@@ -1,6 +1,6 @@
{
"name": "discord-ollama",
"version": "0.8.4",
"version": "0.8.5",
"description": "Ollama Integration into discord",
"main": "build/index.js",
"exports": "./build/index.js",