diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 7de29029..28e40017 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "RisuAI", - "version": "1.54.0" + "version": "1.55.0" }, "tauri": { "allowlist": { diff --git a/src/etc/example-char.js b/src/etc/example-char.js index 522fdcd3..1accb7f2 100644 --- a/src/etc/example-char.js +++ b/src/etc/example-char.js @@ -97,5 +97,4 @@ function showcase(){ //returns the data if success, null if failed. const data = await getState("somedata") const anotherdata = await getState("anotherdata") - } \ No newline at end of file diff --git a/src/ts/storage/database.ts b/src/ts/storage/database.ts index 9400cc56..8663d16e 100644 --- a/src/ts/storage/database.ts +++ b/src/ts/storage/database.ts @@ -14,7 +14,7 @@ import type { Proompt } from '../process/proompt'; export const DataBase = writable({} as any as Database) export const loadedStore = writable(false) -export let appVer = "1.54.0" +export let appVer = "1.55.0" export let webAppSubVer = '' export function setDatabase(data:Database){ diff --git a/version.json b/version.json index a9e2d9a5..ed3a4070 100644 --- a/version.json +++ b/version.json @@ -1 +1 @@ -{"version":"1.54.0"} \ No newline at end of file +{"version":"1.55.0"} \ No newline at end of file