Bump version to 160.0.1 in configuration and source files

This commit is contained in:
Kwaroran
2025-05-17 03:13:19 +09:00
parent 579e4ab55d
commit f9634af12b
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -13,7 +13,7 @@ import type { PromptItem, PromptSettings } from '../process/prompt';
import type { OobaChatCompletionRequestParams } from '../model/ooba'; import type { OobaChatCompletionRequestParams } from '../model/ooba';
import { type HypaV3Settings, type HypaV3Preset, createHypaV3Preset } from '../process/memory/hypav3' import { type HypaV3Settings, type HypaV3Preset, createHypaV3Preset } from '../process/memory/hypav3'
export let appVer = "160.0.0" export let appVer = "160.0.1"
export let webAppSubVer = '' export let webAppSubVer = ''

View File

@@ -1 +1 @@
{"version":"160.0.0"} {"version":"160.0.1"}