Releasing 3.34.3

This commit is contained in:
James Barnsley
2019-04-10 16:34:51 +12:00
parent bd7e925992
commit 4c3da733d1
4 changed files with 5 additions and 5 deletions

View File

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

View File

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