diff --git a/VERSION.md b/VERSION.md index ffa7ee83..b658d1f6 100755 --- a/VERSION.md +++ b/VERSION.md @@ -1 +1 @@ -3.29.1 \ No newline at end of file +3.29.2 \ No newline at end of file diff --git a/mopidy_iris/__init__.py b/mopidy_iris/__init__.py index 4f76f65a..d7c3e0cd 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.29.1' +__version__ = '3.29.2' ## # Core extension class diff --git a/mopidy_iris/static/index.html b/mopidy_iris/static/index.html index f6a16766..f62ec67f 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 = "1541031690"; - var version = "3.29.1"; + var build = "1541031873"; + var version = "3.29.2"; // Construct the script tag var js = document.createElement("script"); diff --git a/package.json b/package.json index bdcbef40..428bf76f 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mopidy-iris", - "version": "3.29.1", + "version": "3.29.2", "description": "Mopidy HTTP interface", "repository": "https://github.com/jaedb/iris", "author": "James Barnsley ",