Update Ann

This commit is contained in:
kwaroran
2025-04-13 00:33:21 +09:00
parent 9e00c9b17a
commit 111a347c9e
4 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -102,7 +102,7 @@
<!-- svelte-ignore a11y_click_events_have_key_events -->
<span class="text-2xl font-extralight italic text-amber-400 hover:text-amber-600 cursor-pointer transition" role="button" tabindex="-1" onclick={() => {
openURL('https://risuai.net')
}}>Happy 1st Anniversary!</span>
}}>Happy 2nd Anniversary!</span>
</h1>
{/if}
{#if clicks >= 5}

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 = "158.2.0"
export let appVer = "158.2.1"
export let webAppSubVer = ''

View File

@@ -1 +1 @@
{"version":"158.2.0"}
{"version":"158.2.1"}