diff --git a/requirements/requirements.txt b/requirements/requirements.txt index c80c46f..8213566 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -9,8 +9,7 @@ click-default-group~=1.2 ovos-bus-client~=0.0.3 # Default OCP backend + plugins -ovos-plugin-common-play==0.0.6a2 -# TODO: Pinned to latest compatible version with no alpha deps (a9 conflicts with ovos-core) +ovos-plugin-common-play~=0.0.6 ovos-ocp-m3u-plugin~=0.0.1 ovos-ocp-rss-plugin~=0.0.2 ovos-ocp-files-plugin~=0.13 diff --git a/version.py b/version.py index aedba2f..d0354fc 100644 --- a/version.py +++ b/version.py @@ -26,4 +26,4 @@ # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -__version__ = "1.5.0" +__version__ = "1.5.1"