diff --git a/VERSION.md b/VERSION.md index 42d9670e..e82a983d 100755 --- a/VERSION.md +++ b/VERSION.md @@ -1 +1 @@ -3.33.0 \ No newline at end of file +3.34.0 \ No newline at end of file diff --git a/mopidy_iris/__init__.py b/mopidy_iris/__init__.py index 1b70c832..8dd32c2a 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.33.0' +__version__ = '3.34.0' ## # Core extension class diff --git a/mopidy_iris/static/index.html b/mopidy_iris/static/index.html index b2c1d764..cb0b513d 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 = "1554233587"; - var version = "3.33.0"; + var build = "1554234046"; + var version = "3.34.0"; // Construct the script tag var js = document.createElement("script"); diff --git a/package.json b/package.json index 9bf06339..0f3d8b48 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mopidy-iris", - "version": "3.33.0", + "version": "3.34.0", "description": "Mopidy HTTP interface", "repository": "https://github.com/jaedb/iris", "author": "James Barnsley ",