From 30266b137c9f5266415683292b4c2db395aab490 Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Wed, 6 Feb 2019 14:08:41 +1300 Subject: [PATCH] Releasing 3.32.2 --- 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 c058d50e..66df80b6 100755 --- a/VERSION.md +++ b/VERSION.md @@ -1 +1 @@ -3.32.1 \ No newline at end of file +3.32.2 \ No newline at end of file diff --git a/mopidy_iris/__init__.py b/mopidy_iris/__init__.py index 9dd17792..a823d377 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.32.1' +__version__ = '3.32.2' ## # Core extension class diff --git a/mopidy_iris/static/index.html b/mopidy_iris/static/index.html index 6249707a..410c2d97 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 = "1548829761"; - var version = "3.32.1"; + var build = "1549415262"; + var version = "3.32.2"; // Construct the script tag var js = document.createElement("script"); diff --git a/package.json b/package.json index 82fa1f8a..4ab7b23d 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mopidy-iris", - "version": "3.32.1", + "version": "3.32.2", "description": "Mopidy HTTP interface", "repository": "https://github.com/jaedb/iris", "author": "James Barnsley ",