From 0359c79f5ea542da7e8844738dab44f2d2cc609b Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Sat, 15 Dec 2018 13:43:24 +1300 Subject: [PATCH] Releasing 3.31.4 --- 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 fb27bef3..5ab1f4a2 100755 --- a/VERSION.md +++ b/VERSION.md @@ -1 +1 @@ -3.31.3 \ No newline at end of file +3.31.4 \ No newline at end of file diff --git a/mopidy_iris/__init__.py b/mopidy_iris/__init__.py index 834da999..e5cd3b8f 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.3' +__version__ = '3.31.4' ## # Core extension class diff --git a/mopidy_iris/static/index.html b/mopidy_iris/static/index.html index 7dd2e8b0..21d7d2b4 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 = "1544257003"; - var version = "3.31.3"; + var build = "1544834547"; + var version = "3.31.4"; // Construct the script tag var js = document.createElement("script"); diff --git a/package.json b/package.json index c4959ee4..92665508 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mopidy-iris", - "version": "3.31.3", + "version": "3.31.4", "description": "Mopidy HTTP interface", "repository": "https://github.com/jaedb/iris", "author": "James Barnsley ",