diff --git a/package-lock.json b/package-lock.json index 2f8f65d34..af472b031 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sillytavern", - "version": "1.5.0", + "version": "1.5.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "sillytavern", - "version": "1.5.0", + "version": "1.5.1", "license": "AGPL-3.0", "dependencies": { "@dqbd/tiktoken": "^1.0.2", diff --git a/package.json b/package.json index 479282a18..b46c5a721 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "type": "git", "url": "https://github.com/Cohee1207/SillyTavern.git" }, - "version": "1.5.0", + "version": "1.5.1", "scripts": { "start": "node server.js" },