Bump package version

This commit is contained in:
Cohee 2023-10-30 00:50:25 +02:00
parent 68e60ff9ef
commit 2a9250c937
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "sillytavern",
"version": "1.10.7",
"version": "1.10.8",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "sillytavern",
"version": "1.10.7",
"version": "1.10.8",
"hasInstallScript": true,
"license": "AGPL-3.0",
"dependencies": {

View File

@ -47,7 +47,7 @@
"type": "git",
"url": "https://github.com/SillyTavern/SillyTavern.git"
},
"version": "1.10.7",
"version": "1.10.8",
"scripts": {
"start": "node server.js",
"start-multi": "node server.js --disableCsrf",