From ade54c4445fb4e4d9ad5555f9c44d425646f23f7 Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Sat, 14 Apr 2018 10:09:20 +1200 Subject: [PATCH] Releasing 3.16.3 --- 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 610ddad1..bc3bd8b4 100755 --- a/VERSION.md +++ b/VERSION.md @@ -1 +1 @@ -3.16.2 \ No newline at end of file +3.16.3 \ No newline at end of file diff --git a/mopidy_iris/__init__.py b/mopidy_iris/__init__.py index 8241f8da..db4515f5 100755 --- a/mopidy_iris/__init__.py +++ b/mopidy_iris/__init__.py @@ -13,7 +13,7 @@ from core import IrisCore from raven import Client logger = logging.getLogger(__name__) -__version__ = '3.16.2' +__version__ = '3.16.3' ## # Core extension class diff --git a/mopidy_iris/static/index.html b/mopidy_iris/static/index.html index 8103746b..9d3322a7 100644 --- a/mopidy_iris/static/index.html +++ b/mopidy_iris/static/index.html @@ -73,8 +73,8 @@ // Release details // These are automatically injected to built HTML - var build = "1523522517"; - var version = "3.16.2"; + var build = "1523657295"; + var version = "3.16.3"; // Construct the script tag var js = document.createElement("script"); diff --git a/package.json b/package.json index d31fa173..1d21fdc3 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mopidy-iris", - "version": "3.16.2", + "version": "3.16.3", "description": "Mopidy HTTP interface", "repository": "https://github.com/jaedb/iris", "author": "James Barnsley ",