Skip to content

Commit

Permalink
0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
floledermann committed Jul 5, 2016
1 parent 2ce8301 commit c537cd9
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 @@ -645,7 +645,7 @@ module.exports = dd;
},{"d3-dsv":2,"fs":2}],2:[function(require,module,exports){

},{}],3:[function(require,module,exports){
/*! mapmap.js 0.2.8-dev.0 © Florian Ledermann
/*! mapmap.js 0.2.8 © 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 @@ -663,7 +663,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

var dd = require('datadata');

var version = '0.2.8-dev.0';
var version = '0.2.8';

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

0 comments on commit c537cd9

Please sign in to comment.