From 11d92ed262eacdf34ea688036edd27598e7d0d1c Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Thu, 3 Feb 2022 20:41:18 +1300 Subject: [PATCH] Buildout 3.61.0 --- IRIS_VERSION | 2 +- mopidy_iris/__init__.py | 2 +- mopidy_iris/static/index.html | 4 ++-- mopidy_iris/static/manifest.json | 2 +- package.json | 2 +- setup.cfg | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/IRIS_VERSION b/IRIS_VERSION index 09a5d91f..1620db59 100755 --- a/IRIS_VERSION +++ b/IRIS_VERSION @@ -1 +1 @@ -3.60.1 +3.61.0 diff --git a/mopidy_iris/__init__.py b/mopidy_iris/__init__.py index 43b7726b..2106b74b 100755 --- a/mopidy_iris/__init__.py +++ b/mopidy_iris/__init__.py @@ -3,7 +3,7 @@ import pathlib from mopidy import config, ext -__version__ = "3.60.1" +__version__ = "3.61.0" logger = logging.getLogger(__name__) diff --git a/mopidy_iris/static/index.html b/mopidy_iris/static/index.html index 213ff38b..0b711180 100644 --- a/mopidy_iris/static/index.html +++ b/mopidy_iris/static/index.html @@ -140,8 +140,8 @@ // Release details // These are automatically injected to built HTML - var build = "1643777120"; - var version = "3.60.1"; + var build = "1643873999"; + var version = "3.61.0"; // Construct the script tag var js = document.createElement("script"); diff --git a/mopidy_iris/static/manifest.json b/mopidy_iris/static/manifest.json index 7598684c..e03140cf 100755 --- a/mopidy_iris/static/manifest.json +++ b/mopidy_iris/static/manifest.json @@ -1,5 +1,5 @@ { - "manifest_version": "3.60.1", + "manifest_version": "3.61.0", "short_name": "Iris", "name": "Iris", "icons": [ diff --git a/package.json b/package.json index 4b381385..873d047a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mopidy-iris", - "version": "3.60.1", + "version": "3.61.0", "description": "Mopidy HTTP interface", "repository": "https://github.com/jaedb/iris", "author": "James Barnsley ", diff --git a/setup.cfg b/setup.cfg index e7c83dc7..4d51c716 100755 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = Mopidy-Iris -version = 3.60.1 +version = 3.61.0 url = https://github.com/jaedb/iris author = James Barnsley author_email = james@barnsley.nz