Skip to content

Commit

Permalink
Version bump to 3.45.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaedb committed Feb 20, 2020
1 parent 49912ba commit 5e65d79
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion IRIS_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.44.3
3.45.0
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.44.3"
__version__ = "3.45.0"

logger = logging.getLogger(__name__)

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

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 = "1582231056";
var version = "3.44.3";
var build = "1582232219";
var version = "3.45.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.44.3",
"version": "3.45.0",
"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.44.3
version = 3.45.0
url = https://github.com/jaedb/iris
author = James Barnsley
author_email = [email protected]
Expand Down

0 comments on commit 5e65d79

Please sign in to comment.