From 9b2216ca62cb2c292284b7e9e488585ff3beeeaa Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Wed, 9 Oct 2019 13:12:06 +1300 Subject: [PATCH] Version bump --- 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 6de2c86b..050c055b 100755 --- a/VERSION.md +++ b/VERSION.md @@ -1 +1 @@ -3.40.0 \ No newline at end of file +3.41.1 \ No newline at end of file diff --git a/mopidy_iris/__init__.py b/mopidy_iris/__init__.py index 9faa650e..a0725a20 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.40.0' +__version__ = '3.41.1' ## # Core extension class diff --git a/mopidy_iris/static/index.html b/mopidy_iris/static/index.html index 2c1b0e14..2fb4e482 100644 --- a/mopidy_iris/static/index.html +++ b/mopidy_iris/static/index.html @@ -100,8 +100,8 @@ // Release details // These are automatically injected to built HTML - var build = "1570576014"; - var version = "3.40.0"; + var build = "1570579898"; + var version = "3.41.1"; // Construct the script tag var js = document.createElement("script"); diff --git a/package.json b/package.json index 50ff2059..d40e68f4 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mopidy-iris", - "version": "3.40.0", + "version": "3.41.1", "description": "Mopidy HTTP interface", "repository": "https://github.com/jaedb/iris", "author": "James Barnsley ",