Releasing 3.16.3

This commit is contained in:
James Barnsley
2018-04-14 10:09:20 +12:00
parent 867ce79b6c
commit ade54c4445
4 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
3.16.2
3.16.3

View File

@ -13,7 +13,7 @@ from core import IrisCore
from raven import Client
logger = logging.getLogger(__name__)
__version__ = '3.16.2'
__version__ = '3.16.3'
##
# Core extension class

View File

@ -73,8 +73,8 @@
// Release details
// These are automatically injected to built HTML
var build = "1523522517";
var version = "3.16.2";
var build = "1523657295";
var version = "3.16.3";
// Construct the script tag
var js = document.createElement("script");

View File

@ -1,6 +1,6 @@
{
"name": "mopidy-iris",
"version": "3.16.2",
"version": "3.16.3",
"description": "Mopidy HTTP interface",
"repository": "https://github.com/jaedb/iris",
"author": "James Barnsley <james@barnsley.nz>",