Skip to content

Commit

Permalink
Release 5.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
codygarver committed Apr 17, 2019
1 parent 7046476 commit e75ec60
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 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,15 @@
</p>
</description>
<releases>
<release version="5.0.4" date="2019-04-17" urgency="medium">
<description>
<p>Removed old gsignond vapi</p>
<p>LibraryWindow: Use Granite.MessageDialog for showing alerts</p>
<p>PlaylistsUtils: Use Gtk.FileChooserNative</p>
<p>Accurately remember window size</p>
<p>Updated translations</p>
</description>
</release>
<release version="5.0.3" date="2019-02-26" urgency="medium">
<description>
<p>Scale album art properly at high resolutions</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.3')
project('io.elementary.music', 'vala', 'c', version: '5.0.4')

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

0 comments on commit e75ec60

Please sign in to comment.