Skip to content

Commit

Permalink
Release 5.0.5 (#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Mar 4, 2020
1 parent 0ac20c0 commit ce88ec3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/io.elementary.music.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<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>
</description>
<releases>
<release version="5.0.5" date="2019-11-14" urgency="medium">
<release version="5.0.5" date="2020-03-04" urgency="medium">
<description>
<p>Fix removing items from the queue</p>
<p>Fix equalizer sliders not properly disabled sometimes</p>
Expand Down
6 changes: 5 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
project('io.elementary.music', 'vala', 'c', version: '5.0.4')
project(
'io.elementary.music',
'vala', 'c',
version: '5.0.5'
)

prefix = get_option('prefix')
datadir = join_paths(prefix, get_option('datadir'))
Expand Down

0 comments on commit ce88ec3

Please sign in to comment.