Skip to content

Commit

Permalink
Production buildout (3.40)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaedb committed Aug 21, 2019
1 parent 1a0de8c commit 6dbe422
Show file tree
Hide file tree
Showing 6 changed files with 278 additions and 286 deletions.
2 changes: 1 addition & 1 deletion VERSION.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.39.0
3.40.0
2 changes: 1 addition & 1 deletion mopidy_iris/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from core import IrisCore

logger = logging.getLogger(__name__)
__version__ = '3.39.0'
__version__ = '3.40.0'

##
# Core extension class
Expand Down
534 changes: 263 additions & 271 deletions mopidy_iris/static/app.min.css

Large diffs are not rendered by default.

20 changes: 10 additions & 10 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 @@ -100,8 +100,8 @@

// Release details
// These are automatically injected to built HTML
var build = "1566289848";
var version = "3.39.0";
var build = "1566380883";
var version = "3.40.0";

// Construct the script tag
var js = document.createElement("script");
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.39.0",
"version": "3.40.0",
"description": "Mopidy HTTP interface",
"repository": "https://github.com/jaedb/iris",
"author": "James Barnsley <[email protected]>",
Expand Down

0 comments on commit 6dbe422

Please sign in to comment.