diff --git a/VERSION.md b/VERSION.md index 2b3ed502..4c8b864a 100755 --- a/VERSION.md +++ b/VERSION.md @@ -1 +1 @@ -3.12.2 \ No newline at end of file +3.12.3 \ No newline at end of file diff --git a/mopidy_iris/__init__.py b/mopidy_iris/__init__.py index 22b2439b..0b36fdee 100755 --- a/mopidy_iris/__init__.py +++ b/mopidy_iris/__init__.py @@ -13,8 +13,7 @@ from core import IrisCore from raven import Client logger = logging.getLogger(__name__) -__version__ = '3.12.2 -' +__version__ = '3.12.3' ## # Core extension class diff --git a/mopidy_iris/static/index.html b/mopidy_iris/static/index.html index efb6e25b..6c8e2cdf 100644 --- a/mopidy_iris/static/index.html +++ b/mopidy_iris/static/index.html @@ -38,8 +38,8 @@ // Release details // These are automatically injected to built HTML - var build = "1517633229"; - var version = "3.12.2"; + var build = "1517683969"; + var version = "3.12.3"; // Construct the script tag var js = document.createElement("script"); diff --git a/package.json b/package.json index bfafe7aa..4bfc068f 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mopidy-iris", - "version": "3.12.2", + "version": "3.12.3", "description": "Mopidy HTTP interface", "repository": "https://github.com/jaedb/iris", "author": "James Barnsley ",