Skip to content

Commit fe52c11

Browse files
authored
Merge pull request #817 from kiwix/version_2.2.1
2 parents aab8cf7 + b692deb commit fe52c11

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

ChangeLog

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
kiwix-desktop 2.2.1
2+
===================
3+
4+
* [HOTFIX] Fix a bug making kiwix-desktop removing ALL file in the library directory
5+
when a download fails (@juuz0 #816)
6+
* Improve update of the library view when downloading a book (@juuz0 #811)
7+
* Update translations.
8+
19
kiwix-desktop 2.2.0
210
===================
311

kiwix-desktop.pro

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ TEMPLATE = app
1818
QMAKE_CXXFLAGS += -std=c++11
1919
QMAKE_LFLAGS += -std=c++11
2020

21-
DEFINES += VERSION="2.2.0"
21+
DEFINES += VERSION="2.2.1"
2222

2323
# The following define makes your compiler emit warnings if you use
2424
# any feature of Qt which has been marked as deprecated (the exact warnings

resources/org.kiwix.desktop.appdata.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</p>
1414
</description>
1515
<releases>
16-
<release version="2.2.0" date="2022-03-04" />
16+
<release version="2.2.1" date="2022-03-11" />
1717
</releases>
1818
<content_rating type="oars-1.0" />
1919
<launchable type="desktop-id">org.kiwix.desktop.desktop</launchable>

0 commit comments

Comments
 (0)