Skip to content

Commit

Permalink
Version 1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasondavies committed Apr 10, 2013
1 parent edfaaed commit 60b1d81
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.1.3";
crossfilter.version = "1.2.0";
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.1.3",
"version": "1.2.0",
"description": "Fast multidimensional filtering for coordinated views.",
"keywords": [
"square",
Expand Down
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
crossfilter.version = "1.1.3";
crossfilter.version = "1.2.0";

0 comments on commit 60b1d81

Please sign in to comment.