Skip to content

Commit

Permalink
Bump to 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
glen-cheney committed Jun 1, 2014
1 parent 709172c commit 66ef613
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions _includes/changelog.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<h2>Changes<a href="#changelog"></a></h2>
<ul>
<li><code>v2.1.2</code> 6/1/14 - Explicitly use <code>window.jQuery</code> instead of <code>window.$</code>. Fixes #25.</li>
<li><code>v2.1.1</code> 4/16/14 - Fix items with zero opacity overlapping visible ones in IE&lt;10.</li>
<li><code>v2.1.0</code> 4/12/14 - Register with bower as <code>shufflejs</code>.</li>
<li>4/10/14 - Add AMD support.</li>
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.1.1
* @version 2.1.2
*/
(function (factory) {
if (typeof define === 'function' && define.amd) {
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.shuffle.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1.1
* @version 2.1.2
*/

/* Modernizr 2.6.2 (Custom Build) | MIT & BSD
Expand Down
Loading

0 comments on commit 66ef613

Please sign in to comment.