From 93559f49682ad012e846408163851d0f671e1650 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20For=C3=A9?= Date: Fri, 16 Jul 2021 13:01:31 -0600 Subject: [PATCH] Release 5.1.1 (#644) * Release 5.1.1 * Update meson.build --- data/io.elementary.music.appdata.xml.in | 8 +++++++- meson.build | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/data/io.elementary.music.appdata.xml.in b/data/io.elementary.music.appdata.xml.in index 7718f9b63..7c5c4aab8 100644 --- a/data/io.elementary.music.appdata.xml.in +++ b/data/io.elementary.music.appdata.xml.in @@ -9,9 +9,15 @@ Music The official elementary music player -

Music is a fast and beautiful audio player with a focus on music and libraries. It handles external devices, CDs, and album art.

+

Music is a fast and beautiful audio player with a focus on music and libraries. It handles external devices and album art.

+ + +

Drop support for Last.FM

+

Updated translations

+
+

Fix an issue with saving smart playlists

diff --git a/meson.build b/meson.build index 890e59812..9b2531503 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'io.elementary.music', 'vala', 'c', - version: '5.1.0' + version: '5.1.1' ) prefix = get_option('prefix')