Skip to content

Commit

Permalink
Prepare v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
neatdecisions committed Nov 9, 2020
1 parent c2bb4cb commit 8e85e7d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions data/com.neatdecisions.Detwinner.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,16 @@
<binary>detwinner</binary>
</provides>
<releases>
<release version="0.4.1" date="2020-11-09">
<description>
<p>Main changes in this version:</p>
<ul>
<li>Save "show hidden files" setting between launches</li>
<li>Updated Dutch translation (thanks to Vistaus)</li>
<li>Updated Italian translation (thanks to Albano Battistella)</li>
</ul>
</description>
</release>
<release version="0.4.0" date="2020-11-05">
<description>
<p>Main changes in this version:</p>
Expand Down
2 changes: 1 addition & 1 deletion data/detwinner.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH detwinner 1 "05 November 2020" "version 0.4.0"
.TH detwinner 1 "09 November 2020" "version 0.4.1"
.SH NAME
Detwinner - duplicate file finder for the Linux desktop
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('detwinner', ['c', 'cpp'],
version: '0.4.0',
version: '0.4.1',
license: 'GPL3+',
meson_version: '>=0.45.0',
default_options : ['c_std=c11', 'cpp_std=c++17', 'warning_level=3', 'werror=true'])
Expand Down

0 comments on commit 8e85e7d

Please sign in to comment.