Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
furstenheim committed May 6, 2017
1 parent fed23b2 commit b972652
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "automatic-scatter-labelling",
"version": "0.1.0",
"description": "Implementation in d3 of the automatic labeling for scatter plots described [here](https://www.think-cell.com/en/career/talks/pdf/think-cell_article_aaai2006.pdf)",
"version": "1.0.0",
"description": "Place labels in a scatter plot without overlapping. Implements the NOLOOKAHEAD described in https://www.think-cell.com/en/career/talks/pdf/think-cell_article_aaai2006.pdf",
"main": "dist/automatic-labelling.js",
"scripts": {
"gulp": "gulp",
Expand Down

0 comments on commit b972652

Please sign in to comment.