diff --git a/VERSION.md b/VERSION.md index 2a387102..ec131a8f 100755 --- a/VERSION.md +++ b/VERSION.md @@ -1 +1 @@ -3.28.1 \ No newline at end of file +3.29.0 \ No newline at end of file diff --git a/mopidy_iris/__init__.py b/mopidy_iris/__init__.py index 6d131061..ce439872 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.28.1' +__version__ = '3.29.0' ## # Core extension class diff --git a/mopidy_iris/static/index.html b/mopidy_iris/static/index.html index 54ff9ebe..2b99f9f9 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 = "1540868753"; - var version = "3.28.1"; + var build = "1540933316"; + var version = "3.29.0"; // Construct the script tag var js = document.createElement("script"); diff --git a/package.json b/package.json index 8a30eda9..071f7245 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mopidy-iris", - "version": "3.28.1", + "version": "3.29.0", "description": "Mopidy HTTP interface", "repository": "https://github.com/jaedb/iris", "author": "James Barnsley ",