diff --git a/VERSION.md b/VERSION.md index f6da96b8..5019faed 100755 --- a/VERSION.md +++ b/VERSION.md @@ -1 +1 @@ -3.34.2 \ No newline at end of file +3.34.3 \ No newline at end of file diff --git a/mopidy_iris/__init__.py b/mopidy_iris/__init__.py index 0c9de3c2..e2d5d06d 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.34.2' +__version__ = '3.34.3' ## # Core extension class diff --git a/mopidy_iris/static/index.html b/mopidy_iris/static/index.html index b9563b8a..68d04edf 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 = "1554866701"; - var version = "3.34.2"; + var build = "1554870846"; + var version = "3.34.3"; // Construct the script tag var js = document.createElement("script"); diff --git a/package.json b/package.json index 6861f22e..23af7503 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mopidy-iris", - "version": "3.34.2", + "version": "3.34.3", "description": "Mopidy HTTP interface", "repository": "https://github.com/jaedb/iris", "author": "James Barnsley ",