Releasing 3.21.2

This commit is contained in:
James Barnsley
2018-06-16 12:38:20 +12:00
parent 742fff8838
commit 8fc9b6a86d
4 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
3.21.1
3.21.2

View File

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

View File

@ -77,8 +77,8 @@
// Release details
// These are automatically injected to built HTML
var build = "1529095476";
var version = "3.21.1";
var build = "1529109454";
var version = "3.21.2";
// Construct the script tag
var js = document.createElement("script");

View File

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