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("/");