Skip to content

Commit

Permalink
Release 5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
codygarver committed Dec 18, 2018
1 parent 9f1e34e commit da9a20c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions data/io.elementary.music.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,17 @@
</p>
</description>
<releases>
<release version="5.0.2" date="2018-12-18" urgency="medium">
<description>
<p>AlbumView: double-click to play album</p>
<p>Associate with s3m files</p>
<p>Queue fixes</p>
<p>Properly restore playlists</p>
<p>Always respect custom music folder setting</p>
<p>Minor bug fixes</p>
<p>Updated translations</p>
</description>
</release>
<release version="5.0.1" date="2018-11-30" urgency="medium">
<description>
<p>Fix list and column view sorting</p>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -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'))
Expand Down

0 comments on commit da9a20c

Please sign in to comment.