Skip to content

Commit

Permalink
bump to version 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jdfekete committed May 1, 2015
1 parent 6b4ce54 commit e156199
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion reorder.v1.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(function(exports){
reorder = {version: "0.0.6"}; // semver
reorder = {version: "0.0.7"}; // semver

// Use as: [4,3,2].sort(reorder.cmp_number_asc);
reorder.cmp_number_asc = function(a,b) { return a-b; };
Expand Down
Loading

0 comments on commit e156199

Please sign in to comment.