diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index a9210e48..2677a73f 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "RisuAI", - "version": "1.44.0" + "version": "1.44.1" }, "tauri": { "allowlist": { diff --git a/src/lang/en.ts b/src/lang/en.ts index 3a5086b2..95428fac 100644 --- a/src/lang/en.ts +++ b/src/lang/en.ts @@ -398,5 +398,5 @@ export const languageEnglish = { ifChatIndex: "If chat index", ifRandom: "If random", hideRealm: "Hide RisuRealm", - popularityLevel: "Popularity Level {}", + popularityLevel: "{} Popularity", } \ No newline at end of file diff --git a/src/ts/storage/database.ts b/src/ts/storage/database.ts index b27c7855..97c72f0a 100644 --- a/src/ts/storage/database.ts +++ b/src/ts/storage/database.ts @@ -12,7 +12,7 @@ import { prebuiltNAIpresets } from '../process/templates/templates'; export const DataBase = writable({} as any as Database) export const loadedStore = writable(false) -export let appVer = '1.44.0' +export let appVer = '1.44.1' export let webAppSubVer = '' export function setDatabase(data:Database){ diff --git a/version.json b/version.json index 5cbe8cd4..52ebc6f9 100644 --- a/version.json +++ b/version.json @@ -1 +1 @@ -{"version":"1.44.0"} \ No newline at end of file +{"version":"1.44.1"} \ No newline at end of file