diff --git a/package-lock.json b/package-lock.json index 36b2355f6..d7640542e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sillytavern", - "version": "1.8.3", + "version": "1.9.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "sillytavern", - "version": "1.8.3", + "version": "1.9.0", "license": "AGPL-3.0", "dependencies": { "@dqbd/tiktoken": "^1.0.2", diff --git a/package.json b/package.json index c85b455fe..6970d13ab 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "type": "git", "url": "https://github.com/SillyTavern/SillyTavern.git" }, - "version": "1.8.3", + "version": "1.9.0", "scripts": { "start": "node server.js", "pkg": "pkg --compress Gzip --no-bytecode --public ."