From a7c7d04f531490cc6fb3a990993be1cac98f44b4 Mon Sep 17 00:00:00 2001 From: kwaroran Date: Sat, 6 Apr 2024 05:46:13 +0900 Subject: [PATCH] Update version to 1.93.1 --- src-tauri/tauri.conf.json | 2 +- src/etc/patchNote.ts | 2 +- src/ts/storage/database.ts | 2 +- version.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index cf5f8233..15851d35 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "RisuAI", - "version": "1.93.0" + "version": "1.93.1" }, "tauri": { "allowlist": { diff --git a/src/etc/patchNote.ts b/src/etc/patchNote.ts index db5b1ef4..c18d0cba 100644 --- a/src/etc/patchNote.ts +++ b/src/etc/patchNote.ts @@ -2,7 +2,7 @@ export const patchNote = { version: "1.92", content: ` -# Update 1.93.0 +# Update 1.93.1 - Added {{#each A B}} syntax for looping through arrays - Added {{range::A}} syntax which returns an array of numbers from 0 to A - Added {{assetlist}} and {{emotionlist}} which returns a list of assets and emotions diff --git a/src/ts/storage/database.ts b/src/ts/storage/database.ts index e916cb61..b207fdda 100644 --- a/src/ts/storage/database.ts +++ b/src/ts/storage/database.ts @@ -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.93.0" +export let appVer = "1.93.1" export let webAppSubVer = '' export function setDatabase(data:Database){ diff --git a/version.json b/version.json index a77b7b7f..a1f7f87d 100644 --- a/version.json +++ b/version.json @@ -1 +1 @@ -{"version":"1.93.0"} \ No newline at end of file +{"version":"1.93.1"} \ No newline at end of file