Skip to content

Commit

Permalink
Bump to 2.1.0. Bower support, separate Modernizr file.
Browse files Browse the repository at this point in the history
  • Loading branch information
glen-cheney committed Apr 12, 2014
1 parent 7225f88 commit a21330e
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Shuffle",
"version": "2.0.8",
"version": "2.1.0",
"homepage": "https://github.com/Vestride/Shuffle",
"authors": [
"Glen Cheney <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.shuffle.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Categorize, sort, and filter a responsive grid of items.
* Dependencies: jQuery 1.9+, Modernizr 2.6.2+
* @license MIT license
* @version 2.0.8
* @version 2.1.0
*/
(function (factory) {
if (typeof define === 'function' && define.amd) {
Expand Down
4 changes: 2 additions & 2 deletions dist/jquery.shuffle.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jquery.shuffle.modernizr.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Categorize, sort, and filter a responsive grid of items.
* Dependencies: jQuery 1.9+, Modernizr 2.6.2+
* @license MIT license
* @version 2.0.8
* @version 2.1.0
*/

/* Modernizr 2.6.2 (Custom Build) | MIT & BSD
Expand Down
4 changes: 2 additions & 2 deletions dist/jquery.shuffle.modernizr.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Shuffle",
"version": "2.0.8",
"version": "2.1.0",
"description": "Categorize, sort, and filter a responsive grid of items",
"keywords": [
"gallery",
Expand Down
2 changes: 1 addition & 1 deletion shuffle.jquery.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shuffle",
"version": "2.0.8",
"version": "2.1.0",
"title": "Shuffle.js",
"description": "Categorize, sort, and filter a responsive grid of items",
"keywords": ["gallery", "shuffle", "layout", "masonry", "filter", "sort", "responsive", "grid", "mobile", "tiles"],
Expand Down

0 comments on commit a21330e

Please sign in to comment.