Update version to 137.1.0

This commit is contained in:
kwaroran
2024-10-23 21:21:37 +09:00
parent 0b661d51eb
commit 4e8beacd83
3 changed files with 3 additions and 3 deletions

View File

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

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 = "137.0.0" export let appVer = "137.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":"137.0.0"} {"version":"137.1.0"}