diff --git a/VERSION.md b/VERSION.md index 5553d8c4..b352098c 100755 --- a/VERSION.md +++ b/VERSION.md @@ -1 +1 @@ -3.8.8 \ No newline at end of file +3.8.9 \ No newline at end of file diff --git a/mopidy_iris/__init__.py b/mopidy_iris/__init__.py index b82c9b12..89220782 100755 --- a/mopidy_iris/__init__.py +++ b/mopidy_iris/__init__.py @@ -13,8 +13,7 @@ from core import IrisCore from raven import Client logger = logging.getLogger(__name__) -__version__ = '3.8.8 -' +__version__ = '3.8.9' ## # Core extension class diff --git a/mopidy_iris/static/index.html b/mopidy_iris/static/index.html index e881c0b1..e3e47d79 100644 --- a/mopidy_iris/static/index.html +++ b/mopidy_iris/static/index.html @@ -38,8 +38,8 @@ // Release details // These are automatically injected to built HTML - var build = "1511897697"; - var version = "3.8.8"; + var build = "1511897876"; + var version = "3.8.9"; // Construct the script tag var js = document.createElement("script"); diff --git a/package.json b/package.json index eb771545..79b24462 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mopidy-iris", - "version": "3.8.8", + "version": "3.8.9", "description": "Mopidy HTTP interface", "repository": "https://github.com/jaedb/iris", "author": "James Barnsley ",