diff --git a/js/authModals.js b/js/authModals.js
index 17a4b79..7a4709b 100644
--- a/js/authModals.js
+++ b/js/authModals.js
@@ -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.0";
+const version = "v1.1.1";
const adminTitle = `Admin Panel ${version}`;
let lastLoginData = null;