Bump package version

This commit is contained in:
Cohee
2024-12-07 14:53:13 +02:00
parent 8574a5dd27
commit 54ca9477dd
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.8",
"version": "1.12.9",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "sillytavern",
"version": "1.12.8",
"version": "1.12.9",
"hasInstallScript": true,
"license": "AGPL-3.0",
"dependencies": {

View File

@@ -84,7 +84,7 @@
"type": "git",
"url": "https://github.com/SillyTavern/SillyTavern.git"
},
"version": "1.12.8",
"version": "1.12.9",
"scripts": {
"start": "node server.js",
"start:deno": "deno run --allow-run --allow-net --allow-read --allow-write --allow-sys --allow-env server.js",