diff --git a/data/io.elementary.music.appdata.xml.in b/data/io.elementary.music.appdata.xml.in index 1a829f294..eae8572f6 100644 --- a/data/io.elementary.music.appdata.xml.in +++ b/data/io.elementary.music.appdata.xml.in @@ -11,7 +11,7 @@
Music is a fast and beautiful audio player with a focus on music and libraries. It handles external devices, CDs, and album art.
Fix removing items from the queue
Fix equalizer sliders not properly disabled sometimes
diff --git a/meson.build b/meson.build index 71c429e7c..6a238c558 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,8 @@ -project('io.elementary.music', 'vala', 'c', version: '5.0.4') +project( + 'io.elementary.music', + 'vala', 'c', + version: '5.0.5' +) prefix = get_option('prefix') datadir = join_paths(prefix, get_option('datadir'))