From 6261ec2ca2f30fbd64d33a8972c4cdd847e839fd Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Sat, 21 Aug 2021 15:37:14 +1200 Subject: [PATCH] Buildout --- mopidy_iris/__init__.py | 2 +- mopidy_iris/static/index.html | 4 ++-- mopidy_iris/static/manifest.json | 2 +- package.json | 2 +- setup.cfg | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/mopidy_iris/__init__.py b/mopidy_iris/__init__.py index 2f473a84..29b1bd44 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.0" +__version__ = "3.58.1" logger = logging.getLogger(__name__) diff --git a/mopidy_iris/static/index.html b/mopidy_iris/static/index.html index a029c6cf..f0ba220f 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 = "1629516703"; - var version = "3.58.0"; + var build = "1629516953"; + var version = "3.58.1"; // Construct the script tag var js = document.createElement("script"); diff --git a/mopidy_iris/static/manifest.json b/mopidy_iris/static/manifest.json index caa8c411..ed5b88f4 100755 --- a/mopidy_iris/static/manifest.json +++ b/mopidy_iris/static/manifest.json @@ -1,5 +1,5 @@ { - "manifest_version": "3.58.0", + "manifest_version": "3.58.1", "short_name": "Iris", "name": "Iris", "icons": [ diff --git a/package.json b/package.json index 3ca58d47..6b18a762 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mopidy-iris", - "version": "3.58.0", + "version": "3.58.1", "description": "Mopidy HTTP interface", "repository": "https://github.com/jaedb/iris", "author": "James Barnsley ", diff --git a/setup.cfg b/setup.cfg index d5059c30..cfe9bfcc 100755 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = Mopidy-Iris -version = 3.58.0 +version = 3.58.1 url = https://github.com/jaedb/iris author = James Barnsley author_email = james@barnsley.nz