diff --git a/gui/info.ui b/gui/info.ui
index ac6b349..457d40b 100644
--- a/gui/info.ui
+++ b/gui/info.ui
@@ -89,7 +89,7 @@
-
- Version: 2.4.0
+ Version: 2.4.1
@@ -150,7 +150,7 @@
-
- <html><head/><body><p>Offizielle Webseite: <br/><a href="http://www.SyncMyL2P.de"><span style=" text-decoration: underline; color:#0000ff;">http://www.SyncMyL2P.de</span></a></p></body></html>
+ <html><head/><body><p>Offizielle Webseite: <br/><a href="https://www.SyncMyL2P.de"><span style=" text-decoration: underline; color:#0000ff;">https://www.SyncMyL2P.de</span></a></p></body></html>
true
diff --git a/src/mymainwindow.cpp b/src/mymainwindow.cpp
index 46c4ad4..3f056f0 100644
--- a/src/mymainwindow.cpp
+++ b/src/mymainwindow.cpp
@@ -135,7 +135,7 @@ void MyMainWindow::removeOldSettings()
void MyMainWindow::checkForUpdate()
{
- int currentVersion = 20400;
+ int currentVersion = 20401;
QNetworkAccessManager manager;
QNetworkRequest request(QUrl("https://www.syncmyl2p.de/version.txt"));