From 9df05556313a36e051277a182114abe8f10e29f8 Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Sat, 15 Dec 2018 22:44:57 +1300 Subject: [PATCH] Releasing 3.31.6 --- VERSION.md | 2 +- mopidy_iris/__init__.py | 2 +- mopidy_iris/static/index.html | 4 ++-- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/VERSION.md b/VERSION.md index 4a3a2c19..02938c1b 100755 --- a/VERSION.md +++ b/VERSION.md @@ -1 +1 @@ -3.31.5 \ No newline at end of file +3.31.6 \ No newline at end of file diff --git a/mopidy_iris/__init__.py b/mopidy_iris/__init__.py index 5db4e5ec..391a61cb 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.5' +__version__ = '3.31.6' ## # Core extension class diff --git a/mopidy_iris/static/index.html b/mopidy_iris/static/index.html index bd2dbaf5..65a1caad 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 = "1544866851"; - var version = "3.31.5"; + var build = "1544867041"; + var version = "3.31.6"; // Construct the script tag var js = document.createElement("script"); diff --git a/package.json b/package.json index cf65568f..70ba23f6 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mopidy-iris", - "version": "3.31.5", + "version": "3.31.6", "description": "Mopidy HTTP interface", "repository": "https://github.com/jaedb/iris", "author": "James Barnsley ",