Releasing 3.31.5

This commit is contained in:
James Barnsley
2018-12-15 22:14:56 +13:00
parent 0359c79f5e
commit 78f88fea23
6 changed files with 8 additions and 8 deletions

View File

@ -1 +1 @@
3.31.4
3.31.5

View File

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

View File

@ -98,8 +98,8 @@
// Release details
// These are automatically injected to built HTML
var build = "1544834547";
var version = "3.31.4";
var build = "1544865239";
var version = "3.31.5";
// Construct the script tag
var js = document.createElement("script");

View File

@ -1,5 +1,5 @@
{
"manifest_version": 2.7,
"manifest_version": 2.8,
"short_name": "Iris",
"name": "Iris",
"icons": [

View File

@ -1,6 +1,6 @@
{
"name": "mopidy-iris",
"version": "3.31.4",
"version": "3.31.5",
"description": "Mopidy HTTP interface",
"repository": "https://github.com/jaedb/iris",
"author": "James Barnsley <james@barnsley.nz>",
@ -49,6 +49,6 @@
"build": "node build_tools/build.js",
"dev": "node build_tools/build.js && NODE_ENV=development webpack --watch",
"prod": "node build_tools/build.js && NODE_ENV=development webpack && NODE_ENV=production webpack --watch",
"release": "node build_tools/build.js && NODE_ENV=production webpack && NODE_ENV=development webpack && python setup.py sdist upload -r pypi && build_tools/release.sh"
"release": "node build_tools/build.js && NODE_ENV=development webpack && NODE_ENV=production webpack && python setup.py sdist upload -r pypi && build_tools/release.sh"
}
}

View File

@ -1,5 +1,5 @@
{
"manifest_version": 2.7,
"manifest_version": 2.8,
"short_name": "Iris",
"name": "Iris",
"icons": [