bump version to 1.15.5

This commit is contained in:
kwaroran
2023-05-23 18:37:30 +09:00
parent 99ec607d71
commit 9a7b724e9d

View File

@@ -7,7 +7,7 @@ import { cloneDeep } from 'lodash';
export const DataBase = writable({} as any as Database)
export const loadedStore = writable(false)
export let appVer = '1.15.4'
export let appVer = '1.15.5'
export function setDatabase(data:Database){