chore: update version to 145.0.1 in configuration files

This commit is contained in:
Kwaroran
2024-12-26 07:40:20 +09:00
parent 7fab5aaf90
commit 96de87f629
3 changed files with 3 additions and 3 deletions

View File

@@ -29,7 +29,7 @@
},
"productName": "RisuAI",
"mainBinaryName": "RisuAI",
"version": "145.0.0",
"version": "145.0.1",
"identifier": "co.aiclient.risu",
"plugins": {
"updater": {

View File

@@ -12,7 +12,7 @@ import { defaultColorScheme, type ColorScheme } from '../gui/colorscheme';
import type { PromptItem, PromptSettings } from '../process/prompt';
import type { OobaChatCompletionRequestParams } from '../model/ooba';
export let appVer = "145.0.0"
export let appVer = "145.0.1"
export let webAppSubVer = ''

View File

@@ -1 +1 @@
{"version":"145.0.0"}
{"version":"145.0.1"}