Skip to content

Commit

Permalink
1.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomEtc committed Dec 4, 2013
1 parent c270f3b commit 6c84abd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crossfilter.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(function(exports){
crossfilter.version = "1.3.6";
crossfilter.version = "1.3.7";
function crossfilter_identity(d) {
return d;
}
Expand Down
2 changes: 1 addition & 1 deletion crossfilter.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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crossfilter",
"version": "1.3.6",
"version": "1.3.7",
"description": "Fast multidimensional filtering for coordinated views.",
"keywords": [
"square",
Expand Down

0 comments on commit 6c84abd

Please sign in to comment.