Skip to content

Commit 879e3d1

Browse files
committed
0.2.6
1 parent cca3cec commit 879e3d1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

mapmap.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ dd.reverse = function(data) {
642642
module.exports = dd;
643643

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

661661
var dd = require('datadata');
662662

663-
var version = '0.2.5';
663+
var version = '0.2.6';
664664

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

0 commit comments

Comments
 (0)