Releasing 3.34.1

This commit is contained in:
James Barnsley
2019-04-04 08:38:04 +13:00
parent 93d8a1f545
commit 9c52b02842
3 changed files with 4 additions and 4 deletions

View File

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

View File

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