Skip to content

Commit c537cd9

Browse files
committed
0.2.8
1 parent 2ce8301 commit c537cd9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

mapmap.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ module.exports = dd;
645645
},{"d3-dsv":2,"fs":2}],2:[function(require,module,exports){
646646

647647
},{}],3:[function(require,module,exports){
648-
/*! mapmap.js 0.2.8-dev.0 © Florian Ledermann
648+
/*! mapmap.js 0.2.8 © Florian Ledermann
649649
650650
This program is free software: you can redistribute it and/or modify
651651
it under the terms of the GNU Affero General Public License as published by
@@ -663,7 +663,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
663663

664664
var dd = require('datadata');
665665

666-
var version = '0.2.8-dev.0';
666+
var version = '0.2.8';
667667

668668
function assert(test, message) { if (test) return; throw new Error("[mapmap] " + message);}
669669
assert(window.d3, "d3.js is required!");

0 commit comments

Comments
 (0)