diff --git a/VERSION.md b/VERSION.md index 3ec370e1..4b4ea1b6 100755 --- a/VERSION.md +++ b/VERSION.md @@ -1 +1 @@ -3.4.5 \ No newline at end of file +3.4.6 \ No newline at end of file diff --git a/mopidy_iris/__init__.py b/mopidy_iris/__init__.py index 1b1981f5..f7300c7d 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.4.5' +__version__ = '3.4.6' ## # Core extension class diff --git a/package.json b/package.json index 24cd8c95..979977b7 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mopidy-iris", - "version": "3.4.5", + "version": "3.4.6", "description": "Mopidy HTTP interface", "repository": "https://github.com/jaedb/iris", "author": "James Barnsley ",