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