Skip to content

Commit

Permalink
Update version to 2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
almossawi committed Aug 16, 2016
1 parent a5608bc commit aca3532
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/metricsgraphics.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
root.MG = factory(root.d3);
}
}(this, function(d3) {
window.MG = {version: '2.10.0'};
window.MG = {version: '2.10.1'};

//a set of helper functions, some that we've written, others that we've borrowed

Expand Down
2 changes: 1 addition & 1 deletion dist/metricsgraphics.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metrics-graphics",
"version": "2.10.0",
"version": "2.10.1",
"description": "A library optimized for concise, principled data graphics and layouts",
"main": "dist/metricsgraphics.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/js/MG.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
window.MG = {version: '2.10.0'};
window.MG = {version: '2.10.1'};

0 comments on commit aca3532

Please sign in to comment.