bump version to 0.8.2

This commit is contained in:
kwaroran
2023-05-13 19:03:39 +09:00
parent 88947e2e66
commit b815ea8a74
3 changed files with 3 additions and 3 deletions

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 = '0.8.1'
export let appVer = '0.8.2'
export function setDatabase(data:Database){