Version bump

This commit is contained in:
James Barnsley
2019-10-09 13:12:06 +13:00
parent 93d42fb36f
commit 9b2216ca62
4 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
3.40.0
3.41.1

View File

@ -12,7 +12,7 @@ from handlers import WebsocketHandler, HttpHandler
from core import IrisCore
logger = logging.getLogger(__name__)
__version__ = '3.40.0'
__version__ = '3.41.1'
##
# Core extension class

View File

@ -100,8 +100,8 @@
// Release details
// These are automatically injected to built HTML
var build = "1570576014";
var version = "3.40.0";
var build = "1570579898";
var version = "3.41.1";
// Construct the script tag
var js = document.createElement("script");

View File

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