Merge and buildout

This commit is contained in:
James Barnsley
2018-12-21 10:12:39 +13:00
parent c0a32a5acf
commit 5dfd4c5717
8 changed files with 5 additions and 2676 deletions

View File

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

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 434 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

View File

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