diff --git a/data/io.elementary.music.appdata.xml.in b/data/io.elementary.music.appdata.xml.in index 1dae875ca..c630f698c 100644 --- a/data/io.elementary.music.appdata.xml.in +++ b/data/io.elementary.music.appdata.xml.in @@ -15,6 +15,17 @@
AlbumView: double-click to play album
+Associate with s3m files
+Queue fixes
+Properly restore playlists
+Always respect custom music folder setting
+Minor bug fixes
+Updated translations
+Fix list and column view sorting
diff --git a/meson.build b/meson.build index e19dc7138..7c294a7b8 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('io.elementary.music', 'vala', 'c', version: '5.0.1') +project('io.elementary.music', 'vala', 'c', version: '5.0.2') prefix = get_option('prefix') datadir = join_paths(prefix, get_option('datadir'))