This commit is contained in:
James Barnsley
2019-05-01 17:13:33 +12:00
parent 6c39895af2
commit 9039fe410b
5 changed files with 6 additions and 6 deletions

View File

@ -1 +1 @@
3.37.0
3.37.1

View File

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

File diff suppressed because one or more lines are too long

View File

@ -100,8 +100,8 @@
// Release details
// These are automatically injected to built HTML
var build = "1556248975";
var version = "3.37.0";
var build = "1556687496";
var version = "3.37.1";
// Construct the script tag
var js = document.createElement("script");

View File

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