diff --git a/IRIS_VERSION b/IRIS_VERSION index 1cc2eac08..d50ee18d8 100755 --- a/IRIS_VERSION +++ b/IRIS_VERSION @@ -1 +1 @@ -3.69.2 +3.69.3 diff --git a/mopidy_iris/__init__.py b/mopidy_iris/__init__.py index 49c1708f6..c535c1e21 100755 --- a/mopidy_iris/__init__.py +++ b/mopidy_iris/__init__.py @@ -3,7 +3,7 @@ from mopidy import config, ext -__version__ = "3.69.2" +__version__ = "3.69.3" logger = logging.getLogger(__name__) diff --git a/package.json b/package.json index 1ab828287..e3e9e693d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mopidy-iris", - "version": "3.69.2", + "version": "3.69.3", "description": "Mopidy HTTP interface", "repository": "https://github.com/jaedb/iris", "author": "James Barnsley ", diff --git a/setup.cfg b/setup.cfg index af92270fd..1fba27f60 100755 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = Mopidy-Iris -version = 3.69.2 +version = 3.69.3 url = https://github.com/jaedb/iris author = James Barnsley author_email = james@barnsley.nz