This commit is contained in:
Ryan
2025-04-12 12:52:15 -04:00
committed by GitHub
parent d9f69d7917
commit a70d8fc2c7
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ import { showToast, toggleVisibility, attachEnterKeyListener } from './domUtils.
import { sendRequest } from './networkUtils.js';
import { t, applyTranslations, setLocale } from './i18n.js';
const version = "v1.1.1";
const version = "v1.1.2";
const adminTitle = `Admin Panel <small style="font-size: 12px; color: gray;">${version}</small>`;
let lastLoginData = null;