Skip to content

Commit fedc60c

Browse files
committed
meta: bump version to 0.4.3
1 parent 6570965 commit fedc60c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

data/app.drey.EarTag.metainfo.xml.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
</requires>
2626

2727
<releases>
28+
<release version="0.4.3" date="2023-08-17">
29+
<description>Fixes issue where covers could not be loaded. From 0.4.0 notes:
30+
31+
Added the ability to rename files using a specific pattern, file identification using AcoustID and the option to set a full release date.</description>
32+
</release>
2833
<release version="0.4.2" date="2023-07-03">
2934
<description>Minor bugfix update. From 0.4.0 notes:
3035

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('eartag',
2-
version: '0.4.2',
2+
version: '0.4.3',
33
meson_version: '>= 0.56.0',
44
default_options: [ 'warning_level=2',
55
],

0 commit comments

Comments
 (0)