From da9a20cdaeaef9e8215c8dd17f16038e42913aa8 Mon Sep 17 00:00:00 2001
From: Cody Garver
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'))