From d85d437fb8e953325fefc654430a4bda4ac657e5 Mon Sep 17 00:00:00 2001 From: Kalle Kabell Date: Fri, 19 Feb 2016 15:35:31 +0100 Subject: [PATCH] Bump version number --- GlueFrame.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GlueFrame.js b/GlueFrame.js index 965aa05..7506ed2 100644 --- a/GlueFrame.js +++ b/GlueFrame.js @@ -3,7 +3,7 @@ var GlueFrame = function(iframe, appName) { var $this = this; // GlueFrame version - $this.glueframe = "1.1.1"; + $this.glueframe = "1.1.2"; // Allow posting messages only to the domain of the app var _domain = (""+iframe.src).split("/").slice(0,3).join("/");