Fix version numbers

This commit is contained in:
kwaroran
2024-12-01 18:08:06 +09:00
parent 227a11815f
commit 5499368ac0
4 changed files with 8 additions and 11 deletions

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 = "140.1.0"
export let appVer = "141.0.0"
export let webAppSubVer = ''