Bump package version

This commit is contained in:
Cohee 2024-04-12 22:15:50 +03:00
parent 3f65051bd4
commit 2fbcbe86d2
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

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

View File

@ -67,7 +67,7 @@
"type": "git",
"url": "https://github.com/SillyTavern/SillyTavern.git"
},
"version": "1.11.8",
"version": "1.12.0-preview",
"scripts": {
"start": "node server.js",
"start-multi": "node server.js --disableCsrf",