Releasing 3.25.0

This commit is contained in:
James Barnsley
2018-08-28 07:54:18 +12:00
parent e42729da51
commit dcd31cc917
4 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
3.24.0 3.25.0

View File

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

View File

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

View File

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