Update version to 134.1.0

This commit is contained in:
kwaroran
2024-09-26 08:39:56 +09:00
parent 39996125c9
commit b60d96aa31
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

@@ -1 +1 @@
{"version":"134.0.3"} {"version":"134.1.0"}