diff --git a/README.md b/README.md index dda720d..293324c 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.6.0.png) +![ScreenShot](screenshots/mainwindow_0.7.0.png) Features -------- diff --git a/configure.ac b/configure.ac index f8b6ee8..40e7f24 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.6.0]) +AC_INIT([mpdevil], [0.7.0]) AC_CONFIG_SRCDIR([bin/mpdevil.py]) AM_INIT_AUTOMAKE AC_CONFIG_MACRO_DIR([m4]) diff --git a/screenshots/mainwindow_0.6.0.png b/screenshots/mainwindow_0.6.0.png deleted file mode 100644 index 2f53c1c..0000000 Binary files a/screenshots/mainwindow_0.6.0.png and /dev/null differ diff --git a/screenshots/mainwindow_0.7.0.png b/screenshots/mainwindow_0.7.0.png new file mode 100644 index 0000000..2270a07 Binary files /dev/null and b/screenshots/mainwindow_0.7.0.png differ