Skip to content

Commit

Permalink
tick version v1.2.2
Browse files Browse the repository at this point in the history
Ref #82
  • Loading branch information
desandro committed Apr 17, 2015
1 parent 11072c0 commit ab002be
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "draggabilly",
"main": "draggabilly.js",
"version": "1.2.1",
"version": "1.2.2",
"description": "make that shiz draggable",
"dependencies": {
"classie": "~1.0.1",
Expand Down
6 changes: 3 additions & 3 deletions dist/draggabilly.pkgd.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Draggabilly PACKAGED v1.2.1
* Draggabilly PACKAGED v1.2.2
* Make that shiz draggable
* http://draggabilly.desandro.com
* MIT license
Expand Down Expand Up @@ -1737,7 +1737,7 @@ return Unidragger;
}));

/*!
* Draggabilly v1.2.1
* Draggabilly v1.2.2
* Make that shiz draggable
* http://draggabilly.desandro.com
* MIT license
Expand All @@ -1755,7 +1755,7 @@ return Unidragger;
'unidragger/unidragger'
],
function( classie, getStyleProperty, getSize, Unidragger ) {
factory( window, classie, getStyleProperty, getSize, Unidragger );
return factory( window, classie, getStyleProperty, getSize, Unidragger );
});
} else if ( typeof exports == 'object' ) {
// CommonJS
Expand Down
2 changes: 1 addition & 1 deletion dist/draggabilly.pkgd.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion draggabilly.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Draggabilly v1.2.1
* Draggabilly v1.2.2
* Make that shiz draggable
* http://draggabilly.desandro.com
* MIT license
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": "draggabilly",
"version": "1.2.1",
"version": "1.2.2",
"description": "make that shiz draggable",
"main": "draggabilly.js",
"dependencies": {
Expand Down

0 comments on commit ab002be

Please sign in to comment.