Buildout 3.54.2

This commit is contained in:
James Barnsley
2020-11-14 22:24:45 +13:00
parent 1e2dc22ba7
commit f884c57c14
9 changed files with 24 additions and 24 deletions

View File

@ -1 +1 @@
3.54.1
3.54.2

View File

@ -3,7 +3,7 @@ import pathlib
from mopidy import config, ext
__version__ = "3.54.1"
__version__ = "3.54.2"
logger = logging.getLogger(__name__)

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -106,8 +106,8 @@
// Release details
// These are automatically injected to built HTML
var build = "1605345483";
var version = "3.54.1";
var build = "1605345779";
var version = "3.54.2";
// Construct the script tag
var js = document.createElement("script");

View File

@ -1,5 +1,5 @@
{
"manifest_version": "3.54.1",
"manifest_version": "3.54.2",
"short_name": "Iris",
"name": "Iris",
"icons": [

View File

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

View File

@ -1,6 +1,6 @@
[metadata]
name = Mopidy-Iris
version = 3.54.1
version = 3.54.2
url = https://github.com/jaedb/iris
author = James Barnsley
author_email = james@barnsley.nz