bump: update application version to 150.0.1

This commit is contained in:
Kwaroran
2025-02-15 21:59:52 +09:00
parent f250ee4f4c
commit 793aefc054
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

@@ -1 +1 @@
{"version":"150.0.0"} {"version":"150.0.1"}