Skip to content

Commit

Permalink
Version 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
g-fb committed Jun 25, 2022
1 parent 9bdfd89 commit 71f4c6b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#

cmake_minimum_required(VERSION 3.10)
project(mangareader VERSION 2.0.2 LANGUAGES CXX)
project(mangareader VERSION 2.0.3 LANGUAGES CXX)

find_package(ECM 5.66 REQUIRED NO_MODULE)
set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
Expand Down
9 changes: 9 additions & 0 deletions data/com.georgefb.mangareader.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@
<p>Configurable keyboard shortcuts.</p>
</description>
<releases>
<release version="2.0.3" date="2022-06-25">
<description>
<p>Bugfixes:</p>
<ul>
<li>Fixed dock widgets showing when they are empty.</li>
<li>Fixed crash when adding first manga folder.</li>
</ul>
</description>
</release>
<release version="2.0.2" date="2022-04-17">
<description>
<p>Bugfixes:</p>
Expand Down

0 comments on commit 71f4c6b

Please sign in to comment.