From 9a7b724e9dd6ce833daa8e2a741cc888c70df4bd Mon Sep 17 00:00:00 2001 From: kwaroran Date: Tue, 23 May 2023 18:37:30 +0900 Subject: [PATCH] bump version to 1.15.5 --- src/ts/database.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ts/database.ts b/src/ts/database.ts index 9ac3397e..e60d6b8b 100644 --- a/src/ts/database.ts +++ b/src/ts/database.ts @@ -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){