Skip to content

Commit

Permalink
tick version v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
desandro committed May 28, 2014
1 parent 764bd3b commit 59b4224
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "packery",
"version": "1.2.2",
"version": "1.2.3",
"author": "David DeSandro / Metafizzy",
"description": "bin-packing layout library",
"main": [
Expand Down
12 changes: 6 additions & 6 deletions dist/packery.pkgd.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Packery PACKAGED v1.2.2
* Packery PACKAGED v1.2.3
* bin-packing layout library
* http://packery.metafizzy.co
*
Expand Down Expand Up @@ -3234,7 +3234,7 @@ if ( typeof define === 'function' && define.amd ) {
})( window );

/*!
* Packery v1.2.2
* Packery v1.2.3
* bin-packing layout library
* http://packery.metafizzy.co
*
Expand Down Expand Up @@ -3683,13 +3683,13 @@ return Packery;

if ( typeof define === 'function' && define.amd ) {
// AMD
define( 'packery/js/packery',[
define( [
'classie/classie',
'get-size/get-size',
'outlayer/outlayer',
'./rect',
'./packer',
'./item'
'packery/js/rect',
'packery/js/packer',
'packery/js/item'
],
packeryDefinition );
} else {
Expand Down
4 changes: 2 additions & 2 deletions dist/packery.pkgd.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/packery.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Packery v1.2.2
* Packery v1.2.3
* bin-packing layout library
* http://packery.metafizzy.co
*
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": "packery",
"version": "1.2.2",
"version": "1.2.3",
"description": "bin-packing layout library",
"main": "js/packery.js",
"devDependencies": {
Expand Down

0 comments on commit 59b4224

Please sign in to comment.