diff --git a/info.ui b/info.ui index 70c5dfb..3379590 100644 --- a/info.ui +++ b/info.ui @@ -77,7 +77,7 @@ - Version: 2.1.1 + Version: 2.2.0 diff --git a/mymainwindow.cpp b/mymainwindow.cpp index 7550aff..396cccc 100644 --- a/mymainwindow.cpp +++ b/mymainwindow.cpp @@ -134,7 +134,7 @@ void MyMainWindow::removeOldSettings() void MyMainWindow::checkForUpdate() { - int currentVersion = 20101; + int currentVersion = 20200; QNetworkAccessManager manager; QNetworkRequest request( QUrl("http://sync-my-l2p.de/images/version.txt"));