diff --git a/bower.json b/bower.json index c4af0f2..4e09284 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "isotope", - "version": "2.0.0-beta.10", + "version": "2.0.0", "description": "Filter and sort magical layouts", "main": [ "js/item.js", diff --git a/dist/isotope.pkgd.js b/dist/isotope.pkgd.js index 522e983..9dc4937 100644 --- a/dist/isotope.pkgd.js +++ b/dist/isotope.pkgd.js @@ -1,6 +1,6 @@ /*! - * Isotope PACKAGED v2.0.0-beta.10 - * Magical sorting and filtering layouts + * Isotope PACKAGED v2.0.0 + * Filter & sort magical layouts * http://isotope.metafizzy.co */ @@ -3285,8 +3285,8 @@ if ( typeof define === 'function' && define.amd ) { })( window ); /*! - * Isotope v2.0.0-beta.10 - * Magical sorting and filtering layouts + * Isotope v2.0.0 + * Filter & sort magical layouts * http://isotope.metafizzy.co */ diff --git a/dist/isotope.pkgd.min.js b/dist/isotope.pkgd.min.js index 550928d..c225f67 100644 --- a/dist/isotope.pkgd.min.js +++ b/dist/isotope.pkgd.min.js @@ -1,6 +1,6 @@ /*! - * Isotope PACKAGED v2.0.0-beta.10 - * Magical sorting and filtering layouts + * Isotope PACKAGED v2.0.0 + * Filter & sort magical layouts * http://isotope.metafizzy.co */ diff --git a/js/isotope.js b/js/isotope.js index fc99fd7..c44df89 100644 --- a/js/isotope.js +++ b/js/isotope.js @@ -1,6 +1,6 @@ /*! - * Isotope v2.0.0-beta.10 - * Magical sorting and filtering layouts + * Isotope v2.0.0 + * Filter & sort magical layouts * http://isotope.metafizzy.co */ diff --git a/package.json b/package.json index 9fcbd61..c088217 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "isotope", - "version": "2.0.0-beta.10", + "version": "2.0.0", "description": "Filter and sort magical layouts", "devDependencies": { "grunt": "~0.4.0",