Releasing 3.8.3
This commit is contained in:
@ -1 +1 @@
|
||||
3.8.2
|
||||
3.8.3
|
||||
@ -13,7 +13,7 @@ from core import IrisCore
|
||||
from raven import Client
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
__version__ = '3.8.2'
|
||||
__version__ = '3.8.3'
|
||||
|
||||
##
|
||||
# Core extension class
|
||||
|
||||
@ -38,8 +38,8 @@
|
||||
|
||||
// Release details
|
||||
// These are automatically injected by build.sh
|
||||
var build = "1511156670";
|
||||
var version = "3.8.2";
|
||||
var build = "1511203963";
|
||||
var version = "3.8.3";
|
||||
|
||||
// Construct the script tag
|
||||
var js = document.createElement("script");
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mopidy-iris",
|
||||
"version": "3.8.2",
|
||||
"version": "3.8.3",
|
||||
"description": "Mopidy HTTP interface",
|
||||
"repository": "https://github.com/jaedb/iris",
|
||||
"author": "James Barnsley <james@barnsley.nz>",
|
||||
|
||||
Reference in New Issue
Block a user