diff --git a/README.rst b/README.rst index 9935e69..df92b9d 100644 --- a/README.rst +++ b/README.rst @@ -77,6 +77,7 @@ v2.1.0 (UNRELEASED) - Add application cache manifest file for quicker loads and to allow client devices to detect when local caches should be invalidated. - Use standard Mopidy mixer methods to mute / un-mute playback. +- Mopidy-Musicbox-Webclient now requires at least Mopidy v1.1.0 or greater to be installed. **Fixes** diff --git a/setup.py b/setup.py index c594f79..17b680e 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ setup( include_package_data=True, install_requires=[ 'setuptools', - 'Mopidy >= 0.19', + 'Mopidy >= 1.1.0', ], entry_points={ 'mopidy.ext': [