diff --git a/bower.json b/bower.json index 375afa9..c4af0f2 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "isotope", - "version": "2.0.0-beta.9", + "version": "2.0.0-beta.10", "description": "Filter and sort magical layouts", "main": [ "js/item.js", @@ -13,8 +13,8 @@ "dependencies": { "get-size": "desandro/get-size#>=1 <2", "matches-selector": "desandro/matches-selector#>=1 <2", - "outlayer": "v1.2", - "masonry": "3.1.x" + "outlayer": "^1.2.0", + "masonry": "^3.1.5" }, "devDependencies": { "doc-ready": "desandro/doc-ready", diff --git a/js/isotope.js b/js/isotope.js index b72082c..fc99fd7 100644 --- a/js/isotope.js +++ b/js/isotope.js @@ -1,5 +1,5 @@ /*! - * Isotope v2.0.0-beta.9 + * Isotope v2.0.0-beta.10 * Magical sorting and filtering layouts * http://isotope.metafizzy.co */ diff --git a/package.json b/package.json index dcad5bb..9fcbd61 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "isotope", - "version": "2.0.0-beta.9", + "version": "2.0.0-beta.10", "description": "Filter and sort magical layouts", "devDependencies": { "grunt": "~0.4.0",