Skip to content

Commit

Permalink
meta: bump to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
knuxify committed Jun 16, 2023
1 parent 1ebc36e commit 520c7b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions data/app.drey.EarTag.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
</requires>

<releases>
<release version="0.4.1" date="2023-06-16">
<description>Minor bugfix update. From 0.4.0 notes:

Added the ability to rename files using a specific pattern, file identification using AcoustID and the option to set a full release date.</description>
</release>
<release version="0.4.0" date="2023-06-05">
<description>Added the ability to rename files using a specific pattern, file identification using AcoustID and the option to set a full release date.</description>
</release>
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('eartag',
version: '0.4.0',
version: '0.4.1',
meson_version: '>= 0.56.0',
default_options: [ 'warning_level=2',
],
Expand Down

0 comments on commit 520c7b3

Please sign in to comment.