diff --git a/VERSION.md b/VERSION.md index 537ea5e9..46291454 100755 --- a/VERSION.md +++ b/VERSION.md @@ -1 +1 @@ -3.32.3 \ No newline at end of file +3.32.4 \ No newline at end of file diff --git a/mopidy_iris/__init__.py b/mopidy_iris/__init__.py index 05a8dac4..a05a0304 100755 --- a/mopidy_iris/__init__.py +++ b/mopidy_iris/__init__.py @@ -12,7 +12,7 @@ from handlers import WebsocketHandler, HttpHandler from core import IrisCore logger = logging.getLogger(__name__) -__version__ = '3.32.3' +__version__ = '3.32.4' ## # Core extension class diff --git a/mopidy_iris/static/index.html b/mopidy_iris/static/index.html index 6d38b719..d6b0b0da 100644 --- a/mopidy_iris/static/index.html +++ b/mopidy_iris/static/index.html @@ -98,8 +98,8 @@ // Release details // These are automatically injected to built HTML - var build = "1549435960"; - var version = "3.32.3"; + var build = "1549436041"; + var version = "3.32.4"; // Construct the script tag var js = document.createElement("script"); diff --git a/package.json b/package.json index ad715213..53037f19 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mopidy-iris", - "version": "3.32.3", + "version": "3.32.4", "description": "Mopidy HTTP interface", "repository": "https://github.com/jaedb/iris", "author": "James Barnsley ",