Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
kkabell committed Feb 19, 2016
1 parent 863d11f commit d85d437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GlueFrame.js
Original file line number Diff line number Diff line change
Expand Up @@ -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("/");
Expand Down

0 comments on commit d85d437

Please sign in to comment.