Buildout and version bump

This commit is contained in:
James Barnsley
2021-10-02 14:05:34 +13:00
parent 280222071c
commit 9acdc95e14
6 changed files with 7 additions and 7 deletions

View File

@ -1 +1 @@
3.58.2
3.58.3

View File

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

View File

@ -115,8 +115,8 @@
// Release details
// These are automatically injected to built HTML
var build = "1630803809";
var version = "3.58.2";
var build = "1633136637";
var version = "3.58.3";
// Construct the script tag
var js = document.createElement("script");

View File

@ -1,5 +1,5 @@
{
"manifest_version": "3.58.2",
"manifest_version": "3.58.3",
"short_name": "Iris",
"name": "Iris",
"icons": [

View File

@ -1,6 +1,6 @@
{
"name": "mopidy-iris",
"version": "3.58.2",
"version": "3.58.3",
"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.58.2
version = 3.58.3
url = https://github.com/jaedb/iris
author = James Barnsley
author_email = james@barnsley.nz