Skip to content

Commit 93559f4

Browse files
authored
Release 5.1.1 (#644)
* Release 5.1.1 * Update meson.build
1 parent d527991 commit 93559f4

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

data/io.elementary.music.appdata.xml.in

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,15 @@
99
<name>Music</name>
1010
<summary>The official elementary music player</summary>
1111
<description>
12-
<p>Music is a fast and beautiful audio player with a focus on music and libraries. It handles external devices, CDs, and album art.</p>
12+
<p>Music is a fast and beautiful audio player with a focus on music and libraries. It handles external devices and album art.</p>
1313
</description>
1414
<releases>
15+
<release version="5.1.1" date="2021-07-16" urgency="medium">
16+
<description>
17+
<p>Drop support for Last.FM</p>
18+
<p>Updated translations</p>
19+
</description>
20+
</release>
1521
<release version="5.1.0" date="2021-07-13" urgency="medium">
1622
<description>
1723
<p>Fix an issue with saving smart playlists</p>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'io.elementary.music',
33
'vala', 'c',
4-
version: '5.1.0'
4+
version: '5.1.1'
55
)
66

77
prefix = get_option('prefix')

0 commit comments

Comments
 (0)