Skip to content

Commit

Permalink
1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
etpinard committed Feb 29, 2016
1 parent 6a79a62 commit a72c6ee
Show file tree
Hide file tree
Showing 7 changed files with 89,072 additions and 89,269 deletions.
4 changes: 2 additions & 2 deletions dist/plotly-geo-assets.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

89,130 changes: 44,517 additions & 44,613 deletions dist/plotly-with-meta.js

Large diffs are not rendered by default.

89,126 changes: 44,513 additions & 44,613 deletions dist/plotly.js

Large diffs are not rendered by default.

75 changes: 37 additions & 38 deletions dist/plotly.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": "plotly.js",
"version": "1.5.2",
"version": "1.6.0",
"description": "The open source javascript graphing library that powers plotly",
"license": "MIT",
"main": "./lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/geo_assets.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ var saneTopojson = require('sane-topojson');


// package version injected by `npm run preprocess`
exports.version = '1.5.2';
exports.version = '1.6.0';

exports.topojson = saneTopojson;
2 changes: 1 addition & 1 deletion src/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
var Plotly = require('./plotly');

// package version injected by `npm run preprocess`
exports.version = '1.5.2';
exports.version = '1.6.0';

// plot api
exports.plot = Plotly.plot;
Expand Down

0 comments on commit a72c6ee

Please sign in to comment.