From 8fc9b6a86dc9f57828a6c3f5cac394a9638621bb Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Sat, 16 Jun 2018 12:38:20 +1200 Subject: [PATCH] Releasing 3.21.2 --- VERSION.md | 2 +- mopidy_iris/__init__.py | 2 +- mopidy_iris/static/index.html | 4 ++-- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/VERSION.md b/VERSION.md index 4c5e482b..31f8fdf5 100755 --- a/VERSION.md +++ b/VERSION.md @@ -1 +1 @@ -3.21.1 +3.21.2 diff --git a/mopidy_iris/__init__.py b/mopidy_iris/__init__.py index b4d47d26..6fe179a3 100755 --- a/mopidy_iris/__init__.py +++ b/mopidy_iris/__init__.py @@ -13,7 +13,7 @@ from core import IrisCore from raven import Client logger = logging.getLogger(__name__) -__version__ = '3.21.1' +__version__ = '3.21.2' ## # Core extension class diff --git a/mopidy_iris/static/index.html b/mopidy_iris/static/index.html index 7c04222b..125f8576 100755 --- a/mopidy_iris/static/index.html +++ b/mopidy_iris/static/index.html @@ -77,8 +77,8 @@ // Release details // These are automatically injected to built HTML - var build = "1529095476"; - var version = "3.21.1"; + var build = "1529109454"; + var version = "3.21.2"; // Construct the script tag var js = document.createElement("script"); diff --git a/package.json b/package.json index 32d292e9..a557f165 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mopidy-iris", - "version": "3.21.1", + "version": "3.21.2", "description": "Mopidy HTTP interface", "repository": "https://github.com/jaedb/iris", "author": "James Barnsley ",