Skip to content

Commit

Permalink
Bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
plfiorini committed Aug 16, 2019
1 parent c7757a3 commit 06b5c45
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.10.0)

project("Text"
VERSION "0.4.1"
VERSION "0.5.0"
DESCRIPTION "Text editor"
LANGUAGES CXX C
)
Expand Down
11 changes: 7 additions & 4 deletions data/io.liri.Text.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,14 @@
<kudo>ModernToolkit</kudo>
</kudos>
<releases>
<release type="development" date="2019-01-01" version="0.4.2">
<release date="2019-08-16" version="0.5.0">
<description>
<p>Migrate build system from the now deprecated Qbs to CMake.</p>
<p>Add missing OARS information to appdata and remove deprecated .desktop suffix from component ID.</p>
<p>Fix the translation loading by using the correct file name.</p>
<p>Notable changes:</p>
<ul>
<li>Migrate build system from the now deprecated Qbs to CMake</li>
<li>Add missing OARS information to appdata and remove deprecated .desktop suffix from component ID</li>
<li>Fix the translation loading by using the correct file name</li>
</ul>
</description>
</release>
<release date="2018-10-18" version="0.4.1">
Expand Down

0 comments on commit 06b5c45

Please sign in to comment.