Update version to 129.0.1

This commit is contained in:
kwaroran
2024-09-09 22:09:41 +09:00
parent af4f6ecd31
commit e576c82eeb
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@
},
"package": {
"productName": "RisuAI",
"version": "129.0.0"
"version": "129.0.1"
},
"tauri": {
"allowlist": {

View File

@@ -1,6 +1,6 @@
export const DataBase = writable({} as any as Database)
export const loadedStore = writable(false)
export let appVer = "129.0.0"
export let appVer = "129.0.1"
export let webAppSubVer = ''
import { get, writable } from 'svelte/store';

View File

@@ -1 +1 @@
{"version":"129.0.0"}
{"version":"129.0.1"}