diff --git a/info.ui b/info.ui index e434a47..70c5dfb 100644 --- a/info.ui +++ b/info.ui @@ -77,7 +77,7 @@ - Version: 2.1.0 + Version: 2.1.1 diff --git a/mymainwindow.cpp b/mymainwindow.cpp index 672e4eb..eeb3fc0 100644 --- a/mymainwindow.cpp +++ b/mymainwindow.cpp @@ -135,7 +135,7 @@ void MyMainWindow::removeOldSettings() void MyMainWindow::checkForUpdate() { - int currentVersion = 20100; + int currentVersion = 20101; QNetworkAccessManager manager; QNetworkRequest request( QUrl("http://sync-my-l2p.de/images/version.txt"));