Releasing 3.31.6

This commit is contained in:
James Barnsley
2018-12-15 22:44:57 +13:00
parent 7fb638dd84
commit 9df0555631
4 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
3.31.5
3.31.6

View File

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

View File

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

View File

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