diff --git a/README.md b/README.md index dcce9cf..1ec953d 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.7.0.png) +![ScreenShot](screenshots/mainwindow_1.8.0.png) Features -------- diff --git a/data/AboutDialog.ui b/data/AboutDialog.ui index 848c17e..ae3135d 100644 --- a/data/AboutDialog.ui +++ b/data/AboutDialog.ui @@ -3,7 +3,7 @@ True mpdevil -1.7.0 +1.8.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 92db9fc..55119e9 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.7.0/screenshots/mainwindow_1.7.0.png + https://raw.githubusercontent.com/SoongNoonien/mpdevil/v1.8.0/screenshots/mainwindow_1.8.0.png https://github.com/SoongNoonien/mpdevil diff --git a/meson.build b/meson.build index 7e90c7f..f45856e 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('mpdevil', version: '1.7.0') +project('mpdevil', version: '1.8.0') i18n = import('i18n') gnome = import('gnome') diff --git a/screenshots/mainwindow_1.7.0.png b/screenshots/mainwindow_1.7.0.png deleted file mode 100644 index af92dec..0000000 Binary files a/screenshots/mainwindow_1.7.0.png and /dev/null differ diff --git a/screenshots/mainwindow_1.8.0.png b/screenshots/mainwindow_1.8.0.png new file mode 100644 index 0000000..fe03429 Binary files /dev/null and b/screenshots/mainwindow_1.8.0.png differ