diff --git a/README.md b/README.md index 3adf2d7..f3914b1 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.8.0.png) +![ScreenShot](screenshots/mainwindow_1.9.0.png) Features -------- diff --git a/data/AboutDialog.ui b/data/AboutDialog.ui index 62283db..e6d721a 100644 --- a/data/AboutDialog.ui +++ b/data/AboutDialog.ui @@ -3,7 +3,7 @@ True mpdevil -1.8.1 +1.9.0 A simple music browser for MPD Martin Wagner Martin Wagner diff --git a/data/org.mpdevil.mpdevil.appdata.xml b/data/org.mpdevil.mpdevil.appdata.xml index ece7648..43f8394 100644 --- a/data/org.mpdevil.mpdevil.appdata.xml +++ b/data/org.mpdevil.mpdevil.appdata.xml @@ -18,12 +18,12 @@ - + org.mpdevil.mpdevil.desktop - https://raw.githubusercontent.com/SoongNoonien/mpdevil/v1.8.0/screenshots/mainwindow_1.8.0.png + https://raw.githubusercontent.com/SoongNoonien/mpdevil/v1.9.0/screenshots/mainwindow_1.9.0.png https://github.com/SoongNoonien/mpdevil diff --git a/meson.build b/meson.build index 2ca1626..cb9e320 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('mpdevil', version: '1.8.1') +project('mpdevil', version: '1.9.0') i18n = import('i18n') gnome = import('gnome') diff --git a/screenshots/mainwindow_1.8.0.png b/screenshots/mainwindow_1.8.0.png deleted file mode 100644 index fe03429..0000000 Binary files a/screenshots/mainwindow_1.8.0.png and /dev/null differ diff --git a/screenshots/mainwindow_1.9.0.png b/screenshots/mainwindow_1.9.0.png new file mode 100644 index 0000000..83f5d46 Binary files /dev/null and b/screenshots/mainwindow_1.9.0.png differ