Skip to content

Commit 65c148f

Browse files
committed
Update version to 1.88.2
1 parent ac54cb3 commit 65c148f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src-tauri/tauri.conf.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"package": {
1010
"productName": "RisuAI",
11-
"version": "1.88.1"
11+
"version": "1.88.2"
1212
},
1313
"tauri": {
1414
"allowlist": {

src/ts/storage/database.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import type { OobaChatCompletionRequestParams } from '../model/ooba';
1515

1616
export const DataBase = writable({} as any as Database)
1717
export const loadedStore = writable(false)
18-
export let appVer = "1.88.1"
18+
export let appVer = "1.88.2"
1919
export let webAppSubVer = ''
2020

2121
export function setDatabase(data:Database){

version.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version":"1.88.1"}
1+
{"version":"1.88.2"}

0 commit comments

Comments
 (0)