diff --git a/component.json b/component.json index 3064383..cba65aa 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,6 @@ { "name": "packery", - "version": "1.0.0", + "version": "1.0.1", "author": "David DeSandro / Metafizzy", "main": [ "./js/rect.js", diff --git a/js/packery.js b/js/packery.js index aa1742e..12158b6 100644 --- a/js/packery.js +++ b/js/packery.js @@ -1,5 +1,5 @@ /*! - * Packery v1.0.0 + * Packery v1.0.1 * bin-packing layout library * http://packery.metafizzy.co *