Skip to content

Commit 2c2ba42

Browse files
Updated version to 2.1.1
1 parent 1390c65 commit 2c2ba42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

info.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<item>
7878
<widget class="QLabel" name="version_lable">
7979
<property name="text">
80-
<string notr="true">Version: 2.1.0</string>
80+
<string notr="true">Version: 2.1.1</string>
8181
</property>
8282
</widget>
8383
</item>

mymainwindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ void MyMainWindow::removeOldSettings()
135135

136136
void MyMainWindow::checkForUpdate()
137137
{
138-
int currentVersion = 20100;
138+
int currentVersion = 20101;
139139

140140
QNetworkAccessManager manager;
141141
QNetworkRequest request( QUrl("http://sync-my-l2p.de/images/version.txt"));

0 commit comments

Comments
 (0)