From 9acdc95e143b2a7d01cd2e5d3bb49cc9eeb2f161 Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Sat, 2 Oct 2021 14:05:34 +1300 Subject: [PATCH] Buildout and version bump --- 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 d4517f5a..4aae2376 100755 --- a/IRIS_VERSION +++ b/IRIS_VERSION @@ -1 +1 @@ -3.58.2 +3.58.3 diff --git a/mopidy_iris/__init__.py b/mopidy_iris/__init__.py index a9f1f565..19d1acba 100755 --- a/mopidy_iris/__init__.py +++ b/mopidy_iris/__init__.py @@ -3,7 +3,7 @@ import pathlib from mopidy import config, ext -__version__ = "3.58.2" +__version__ = "3.58.3" logger = logging.getLogger(__name__) diff --git a/mopidy_iris/static/index.html b/mopidy_iris/static/index.html index 382d00f9..b8064e0e 100644 --- a/mopidy_iris/static/index.html +++ b/mopidy_iris/static/index.html @@ -115,8 +115,8 @@ // Release details // These are automatically injected to built HTML - var build = "1630803809"; - var version = "3.58.2"; + var build = "1633136637"; + var version = "3.58.3"; // Construct the script tag var js = document.createElement("script"); diff --git a/mopidy_iris/static/manifest.json b/mopidy_iris/static/manifest.json index 136f524c..235adf8b 100755 --- a/mopidy_iris/static/manifest.json +++ b/mopidy_iris/static/manifest.json @@ -1,5 +1,5 @@ { - "manifest_version": "3.58.2", + "manifest_version": "3.58.3", "short_name": "Iris", "name": "Iris", "icons": [ diff --git a/package.json b/package.json index 86c95903..30dfeb32 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mopidy-iris", - "version": "3.58.2", + "version": "3.58.3", "description": "Mopidy HTTP interface", "repository": "https://github.com/jaedb/iris", "author": "James Barnsley ", diff --git a/setup.cfg b/setup.cfg index 706d8aa5..edadf0c6 100755 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = Mopidy-Iris -version = 3.58.2 +version = 3.58.3 url = https://github.com/jaedb/iris author = James Barnsley author_email = james@barnsley.nz