Releasing 3.32.0
This commit is contained in:
@ -1 +1 @@
|
||||
3.31.8
|
||||
3.32.0
|
||||
@ -12,7 +12,7 @@ from handlers import WebsocketHandler, HttpHandler
|
||||
from core import IrisCore
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
__version__ = '3.31.8'
|
||||
__version__ = '3.32.0'
|
||||
|
||||
##
|
||||
# Core extension class
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
mopidy_iris/static/app.min.js
vendored
2
mopidy_iris/static/app.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -98,12 +98,8 @@
|
||||
|
||||
// Release details
|
||||
// These are automatically injected to built HTML
|
||||
<<<<<<< HEAD
|
||||
var build = "1548530662";
|
||||
=======
|
||||
var build = "1548384053";
|
||||
>>>>>>> 8db0bdc754e9b49831bb33610a6af34c71a3a99f
|
||||
var version = "3.31.8";
|
||||
var build = "1548618739";
|
||||
var version = "3.32.0";
|
||||
|
||||
// Construct the script tag
|
||||
var js = document.createElement("script");
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mopidy-iris",
|
||||
"version": "3.31.8",
|
||||
"version": "3.32.0",
|
||||
"description": "Mopidy HTTP interface",
|
||||
"repository": "https://github.com/jaedb/iris",
|
||||
"author": "James Barnsley <james@barnsley.nz>",
|
||||
|
||||
Reference in New Issue
Block a user