bump version to 1.19.0

This commit is contained in:
kwaroran
2023-05-26 20:29:12 +09:00
parent be4e3b7989
commit 684d787dab
3 changed files with 3 additions and 4 deletions

View File

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

View File

@@ -4,11 +4,10 @@ import { changeLanguage } from '../lang';
import type { RisuPlugin } from './process/plugins';
import { saveAsset as saveImageGlobal } from './globalApi';
import { cloneDeep } from 'lodash';
import type { S } from '@tauri-apps/api/dialog-20ff401c';
export const DataBase = writable({} as any as Database)
export const loadedStore = writable(false)
export let appVer = '1.18.2'
export let appVer = '1.19.0'
export function setDatabase(data:Database){

View File

@@ -1 +1 @@
{"version":"1.18.2"}
{"version":"1.19.0"}