Skip to content

Commit

Permalink
Release 5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
codygarver committed Feb 26, 2019
1 parent f88c5ba commit b0c7867
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 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,14 @@
</p>
</description>
<releases>
<release version="5.0.3" date="2019-02-26" urgency="medium">
<description>
<p>Scale album art properly at high resolutions</p>
<p>Accurately select Music Folder Location for directories with spaces in name</p>
<p>New MediaKeyListener path for gnome-settings-daemon</p>
<p>Updated translations</p>
</description>
</release>
<release version="5.0.2" date="2018-12-18" urgency="medium">
<description>
<p>AlbumView: double-click to play album</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.2')
project('io.elementary.music', 'vala', 'c', version: '5.0.3')

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

0 comments on commit b0c7867

Please sign in to comment.