Skip to content

Commit

Permalink
all tested algos for computing convex hulls in 2d are now only using …
Browse files Browse the repository at this point in the history
…allowed operations
  • Loading branch information
make-github-pseudonymous-again committed Jan 16, 2015
1 parent ca2c7a5 commit 6aa519f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aureooms-js-cg",
"version": "0.6.0",
"version": "0.7.0",
"description": "computational geometry code bricks for JavaScript",
"homepage": "https://aureooms.github.io/js-cg",
"license": "AGPL-3.0",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aureooms-js-cg",
"description": "computational geometry code bricks for JavaScript",
"version": "0.6.0",
"version": "0.7.0",
"main": "js/dist/cg.js",
"dependencies": {},
"devDependencies": {
Expand Down Expand Up @@ -39,4 +39,4 @@
"url": "https://github.com/aureooms/js-cg/issues"
},
"homepage": "https://aureooms.github.io/js-cg"
}
}

0 comments on commit 6aa519f

Please sign in to comment.