diff --git a/VERSION.md b/VERSION.md index 5ab1f4a2..4a3a2c19 100755 --- a/VERSION.md +++ b/VERSION.md @@ -1 +1 @@ -3.31.4 \ No newline at end of file +3.31.5 \ No newline at end of file diff --git a/mopidy_iris/__init__.py b/mopidy_iris/__init__.py index e5cd3b8f..5db4e5ec 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.31.4' +__version__ = '3.31.5' ## # Core extension class diff --git a/mopidy_iris/static/index.html b/mopidy_iris/static/index.html index 21d7d2b4..cd0692a1 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 = "1544834547"; - var version = "3.31.4"; + var build = "1544865239"; + var version = "3.31.5"; // Construct the script tag var js = document.createElement("script"); diff --git a/mopidy_iris/static/manifest.json b/mopidy_iris/static/manifest.json index d74a7e95..e255da6b 100755 --- a/mopidy_iris/static/manifest.json +++ b/mopidy_iris/static/manifest.json @@ -1,5 +1,5 @@ { - "manifest_version": 2.7, + "manifest_version": 2.8, "short_name": "Iris", "name": "Iris", "icons": [ diff --git a/package.json b/package.json index 92665508..cf65568f 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mopidy-iris", - "version": "3.31.4", + "version": "3.31.5", "description": "Mopidy HTTP interface", "repository": "https://github.com/jaedb/iris", "author": "James Barnsley ", @@ -49,6 +49,6 @@ "build": "node build_tools/build.js", "dev": "node build_tools/build.js && NODE_ENV=development webpack --watch", "prod": "node build_tools/build.js && NODE_ENV=development webpack && NODE_ENV=production webpack --watch", - "release": "node build_tools/build.js && NODE_ENV=production webpack && NODE_ENV=development webpack && python setup.py sdist upload -r pypi && build_tools/release.sh" + "release": "node build_tools/build.js && NODE_ENV=development webpack && NODE_ENV=production webpack && python setup.py sdist upload -r pypi && build_tools/release.sh" } } diff --git a/src/manifest.json b/src/manifest.json index d74a7e95..e255da6b 100755 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,5 +1,5 @@ { - "manifest_version": 2.7, + "manifest_version": 2.8, "short_name": "Iris", "name": "Iris", "icons": [