diff --git a/README.md b/README.md index 8bedbc4..dcce9cf 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ README for mpdevil ================== mpdevil is a simple music browser for the Music Player Daemon (MPD) which is focused on playing local music without the need of managing playlists. Instead of maintaining a client side database of your music library, mpdevil loads all tags and covers on demand. So you'll never see any outdated information in the browser. mpdevil strongly relies on tags. -![ScreenShot](screenshots/mainwindow_1.6.0.png) +![ScreenShot](screenshots/mainwindow_1.7.0.png) Features -------- diff --git a/data/AboutDialog.ui b/data/AboutDialog.ui index bf1fa87..672837a 100644 --- a/data/AboutDialog.ui +++ b/data/AboutDialog.ui @@ -3,7 +3,7 @@ True mpdevil -1.6.0 +1.7.0 A simple music browser for MPD Martin Wagner Martin de Reuver diff --git a/data/org.mpdevil.mpdevil.appdata.xml b/data/org.mpdevil.mpdevil.appdata.xml index fb9f6e0..92db9fc 100644 --- a/data/org.mpdevil.mpdevil.appdata.xml +++ b/data/org.mpdevil.mpdevil.appdata.xml @@ -19,12 +19,12 @@ - + org.mpdevil.mpdevil.desktop - https://raw.githubusercontent.com/SoongNoonien/mpdevil/v1.6.0/screenshots/mainwindow_1.6.0.png + https://raw.githubusercontent.com/SoongNoonien/mpdevil/v1.7.0/screenshots/mainwindow_1.7.0.png https://github.com/SoongNoonien/mpdevil diff --git a/meson.build b/meson.build index 69ca5ff..7e90c7f 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('mpdevil', version: '1.6.0') +project('mpdevil', version: '1.7.0') i18n = import('i18n') gnome = import('gnome') diff --git a/screenshots/mainwindow_1.6.0.png b/screenshots/mainwindow_1.6.0.png deleted file mode 100644 index 6bf819e..0000000 Binary files a/screenshots/mainwindow_1.6.0.png and /dev/null differ diff --git a/screenshots/mainwindow_1.7.0.png b/screenshots/mainwindow_1.7.0.png new file mode 100644 index 0000000..af92dec Binary files /dev/null and b/screenshots/mainwindow_1.7.0.png differ