Skip to content

Commit ce88ec3

Browse files
authored
Release 5.0.5 (#575)
1 parent 0ac20c0 commit ce88ec3

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<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>
1212
</description>
1313
<releases>
14-
<release version="5.0.5" date="2019-11-14" urgency="medium">
14+
<release version="5.0.5" date="2020-03-04" urgency="medium">
1515
<description>
1616
<p>Fix removing items from the queue</p>
1717
<p>Fix equalizer sliders not properly disabled sometimes</p>

meson.build

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
project('io.elementary.music', 'vala', 'c', version: '5.0.4')
1+
project(
2+
'io.elementary.music',
3+
'vala', 'c',
4+
version: '5.0.5'
5+
)
26

37
prefix = get_option('prefix')
48
datadir = join_paths(prefix, get_option('datadir'))

0 commit comments

Comments
 (0)