Skip to content

Commit

Permalink
Updating version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert DeLuca committed Feb 20, 2015
1 parent 9ec0439 commit fdffccc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "DropKick",
"version": "2.1.1",
"version": "2.1.2",
"main": [
"dropkick.js",
"dropkick.css"
Expand Down
4 changes: 2 additions & 2 deletions dropkick.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* DropKick 2.1.1
* DropKick 2.1.2
*
* Highly customizable <select> lists
* https://github.com/robdel12/DropKick
Expand Down Expand Up @@ -323,7 +323,7 @@ Dropkick.prototype = {

if ( !_docListener ) {
document.addEventListener( "click", Dropkick.onDocClick );

if ( isIframe ){
parent.document.addEventListener( "click", Dropkick.onDocClick );
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "DropKick",
"version": "2.1.0",
"version": "2.1.2",
"author": {
"name": "Robert DeLuca",
"email": "robertdeluca19@gmail.com"
Expand Down

0 comments on commit fdffccc

Please sign in to comment.