chore(release): v0.4.1

This commit is contained in:
tuxgyver
2026-08-31 11:16:04 +02:00
parent 1b74719204
commit c2ac02ee7b
7 changed files with 37 additions and 13 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
"""
WGSecure (WGS) — Interface graphique WireGuard avec MFA
Version 0.4.0
Version 0.4.1
"""
import sys
import argparse
@@ -92,7 +92,7 @@ def main():
)
app = QApplication(sys.argv)
app.setApplicationName("WGSecure")
app.setApplicationVersion("0.4.0")
app.setApplicationVersion("0.4.1")
app.setOrganizationName("WGS")
# Icône globale multi-tailles — barre des tâches + alt-tab
app_icon = icons.icon_app()