Bump to 0.9.3

This commit is contained in:
hrz
2026-04-27 12:44:02 +08:00
parent fa91c97685
commit bdf7c7facf
3 changed files with 3 additions and 3 deletions
@@ -265,7 +265,7 @@ function showAbout() {
title: t('settings.aboutApp', { appName: import.meta.env.VITE_APP_TITLE }),
content: t('settings.aboutContent', {
appName: import.meta.env.VITE_APP_TITLE,
version: '0.9.2'
version: '0.9.3'
}),
showCancel: false,
confirmText: t('common.confirm'),