diff --git a/data/io.elementary.music.appdata.xml.in b/data/io.elementary.music.appdata.xml.in index 779f833cc..1dae875ca 100644 --- a/data/io.elementary.music.appdata.xml.in +++ b/data/io.elementary.music.appdata.xml.in @@ -15,6 +15,15 @@

+ + +

Fix list and column view sorting

+

Add orange accent color

+

Add shortcut accels to tooltips

+

Minor bug fixes

+

Updated translations

+
+

Various UI changes

diff --git a/meson.build b/meson.build index 63012d7c8..e19dc7138 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('io.elementary.music', 'vala', 'c', version: '5.0') +project('io.elementary.music', 'vala', 'c', version: '5.0.1') prefix = get_option('prefix') datadir = join_paths(prefix, get_option('datadir'))