diff --git a/README.md b/README.md index 4812c33..80b3dd6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ README for mpdevil ================== mpdevil is focused on playing your local music directly instead of managing playlists or playing network streams. So it neither supports saving playlists nor restoring them. Therefore mpdevil is mainly a music browser which aims to be easy to use. mpdevil dosen't store any client side database of your music library. Instead all tags and covers get presented to you in real time. So you'll never see any outdated information in your browser. mpdevil strongly relies on tags. -![ScreenShot](screenshots/mainwindow_0.7.0.png) +![ScreenShot](screenshots/mainwindow_0.8.0.png) Features -------- diff --git a/configure.ac b/configure.ac index 0561e4b..f6d3b39 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl -*- Mode: autoconf -*- dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.68]) -AC_INIT([mpdevil], [0.7.0]) +AC_INIT([mpdevil], [0.8.0]) AC_CONFIG_SRCDIR([bin/mpdevil.py]) AM_INIT_AUTOMAKE AC_CONFIG_MACRO_DIR([m4]) diff --git a/screenshots/mainwindow_0.7.0.png b/screenshots/mainwindow_0.7.0.png deleted file mode 100644 index 2270a07..0000000 Binary files a/screenshots/mainwindow_0.7.0.png and /dev/null differ diff --git a/screenshots/mainwindow_0.8.0.png b/screenshots/mainwindow_0.8.0.png new file mode 100644 index 0000000..f87175d Binary files /dev/null and b/screenshots/mainwindow_0.8.0.png differ