chore(release): v0.4.3

This commit is contained in:
tuxgyver
2026-08-31 14:22:24 +02:00
parent 32b44ec323
commit 09724f4e4f
8 changed files with 17 additions and 9 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
__version__ = "0.4.2"
__version__ = "0.4.3"
APP_NAME = "WGSecure"
APP_SHORT = "WGS"
+1 -1
View File
@@ -24,7 +24,7 @@ _WG_DEFAULT: dict[str, Any] = {
}
_DEFAULT: dict[str, Any] = {
"version": "0.4.2",
"version": "0.4.3",
"admin_password_hash": "",
"admin_salt": "",
"mfa_enabled": False,
+1 -1
View File
@@ -675,7 +675,7 @@ class AdminWindow(QDialog):
name_lbl.setStyleSheet("color: white;")
layout.addWidget(name_lbl)
version_lbl = QLabel("Version 0.4.2")
version_lbl = QLabel("Version 0.4.3")
version_lbl.setAlignment(Qt.AlignmentFlag.AlignCenter)
version_lbl.setStyleSheet("color: rgba(255,255,255,0.7); font-size: 13px;")
layout.addWidget(version_lbl)