Merge branch 'master' into develop

This commit is contained in:
James Barnsley
2018-12-21 10:31:25 +13:00
8 changed files with 5 additions and 2676 deletions

View File

@ -1 +1 @@
3.31.6
3.31.7

View File

@ -12,7 +12,7 @@ from handlers import WebsocketHandler, HttpHandler
from core import IrisCore
logger = logging.getLogger(__name__)
__version__ = '3.31.6'
__version__ = '3.31.7'
##
# Core extension class

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 434 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

View File

@ -98,8 +98,8 @@
// Release details
// These are automatically injected to built HTML
var build = "1545335063";
var version = "3.31.6";
var build = "1545340365";
var version = "3.31.7";
// Construct the script tag
var js = document.createElement("script");

View File

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