Skip to content

Commit

Permalink
Buildout 3.58.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jaedb committed Sep 5, 2021
1 parent 93af7d7 commit 2802220
Show file tree
Hide file tree
Showing 12 changed files with 360 additions and 316 deletions.
2 changes: 1 addition & 1 deletion IRIS_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.58.1
3.58.2
2 changes: 1 addition & 1 deletion mopidy_iris/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from mopidy import config, ext

__version__ = "3.58.1"
__version__ = "3.58.2"

logger = logging.getLogger(__name__)

Expand Down
3 changes: 3 additions & 0 deletions mopidy_iris/static/app.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mopidy_iris/static/app.css.map

Large diffs are not rendered by default.

637 changes: 339 additions & 298 deletions mopidy_iris/static/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion mopidy_iris/static/app.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion mopidy_iris/static/app.min.css

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions mopidy_iris/static/app.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions mopidy_iris/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@

// Release details
// These are automatically injected to built HTML
var build = "1629608847";
var version = "3.58.1";
var build = "1630803809";
var version = "3.58.2";

// Construct the script tag
var js = document.createElement("script");
Expand Down
2 changes: 1 addition & 1 deletion mopidy_iris/static/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"manifest_version": "3.58.1",
"manifest_version": "3.58.2",
"short_name": "Iris",
"name": "Iris",
"icons": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mopidy-iris",
"version": "3.58.1",
"version": "3.58.2",
"description": "Mopidy HTTP interface",
"repository": "https://github.com/jaedb/iris",
"author": "James Barnsley <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = Mopidy-Iris
version = 3.58.1
version = 3.58.2
url = https://github.com/jaedb/iris
author = James Barnsley
author_email = [email protected]
Expand Down

0 comments on commit 2802220

Please sign in to comment.