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 ",