Releasing 3.8.3

This commit is contained in:
James Barnsley
2017-11-21 07:53:42 +13:00
parent 35127fea99
commit ea2b5995bd
4 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
3.8.2 3.8.3

View File

@ -13,7 +13,7 @@ from core import IrisCore
from raven import Client from raven import Client
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)
__version__ = '3.8.2' __version__ = '3.8.3'
## ##
# Core extension class # Core extension class

View File

@ -38,8 +38,8 @@
// Release details // Release details
// These are automatically injected by build.sh // These are automatically injected by build.sh
var build = "1511156670"; var build = "1511203963";
var version = "3.8.2"; var version = "3.8.3";
// 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.8.2", "version": "3.8.3",
"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>",