Skip to content

Commit

Permalink
0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
floledermann committed Aug 18, 2015
1 parent cca3cec commit 879e3d1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions mapmap.js
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ dd.reverse = function(data) {
module.exports = dd;

},{"d3-dsv":1,"fs":1}],3:[function(require,module,exports){
/*! mapmap.js 0.2.5 © 2014-2015 Florian Ledermann
/*! mapmap.js 0.2.6 © 2014-2015 Florian Ledermann
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
Expand All @@ -660,7 +660,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

var dd = require('datadata');

var version = '0.2.5';
var version = '0.2.6';

// TODO: can we get rid of jQuery dependency through var extend = require("jquery-extend")?
function _assert(test, message) { if (test) return; throw new Error("[mapmap] " + message);}
Expand Down
Loading

0 comments on commit 879e3d1

Please sign in to comment.