Update version to 1.90.1

This commit is contained in:
kwaroran
2024-03-30 02:34:51 +09:00
parent 70d68bf8fe
commit 033ade5cc1
4 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@
},
"package": {
"productName": "RisuAI",
"version": "1.90.0"
"version": "1.90.1"
},
"tauri": {
"allowlist": {

View File

@@ -2,7 +2,7 @@ export const patchNote = {
version: "1.90",
content:
`
# Update 1.90.0
# Update 1.90.1
- Added {{spread::A}} and {{trim::B}}
- Fixed undefined variable crashing the app
- Now invaild curly brace syntax will be ignored

View File

@@ -15,7 +15,7 @@ import type { OobaChatCompletionRequestParams } from '../model/ooba';
export const DataBase = writable({} as any as Database)
export const loadedStore = writable(false)
export let appVer = "1.90.0"
export let appVer = "1.90.1"
export let webAppSubVer = ''
export function setDatabase(data:Database){

View File

@@ -1 +1 @@
{"version":"1.90.0"}
{"version":"1.90.1"}