Bump package version

This commit is contained in:
Cohee
2024-07-27 16:13:39 +03:00
parent ad387a7464
commit 008a0c1191
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

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

View File

@@ -70,7 +70,7 @@
"type": "git",
"url": "https://github.com/SillyTavern/SillyTavern.git"
},
"version": "1.12.3",
"version": "1.12.4",
"scripts": {
"start": "node server.js",
"start:no-csrf": "node server.js --disableCsrf",