diff --git a/package-lock.json b/package-lock.json index 7275bca60..647279097 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sillytavern", - "version": "1.15.0", + "version": "1.16.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "sillytavern", - "version": "1.15.0", + "version": "1.16.0", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { diff --git a/package.json b/package.json index 4964e87b4..05d7fe384 100644 --- a/package.json +++ b/package.json @@ -111,7 +111,7 @@ "type": "git", "url": "https://github.com/SillyTavern/SillyTavern.git" }, - "version": "1.15.0", + "version": "1.16.0", "scripts": { "start": "node server.js", "debug": "node --inspect server.js",