Skip to content

Commit

Permalink
Updated version number in file comments to reflect current release nu…
Browse files Browse the repository at this point in the history
…mber.
  • Loading branch information
brian3kb committed Feb 1, 2017
1 parent 76360b2 commit 3274c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graham_scan.js
Expand Up @@ -2,7 +2,7 @@
* Graham's Scan Convex Hull Algorithm
* @desc An implementation of the Graham's Scan Convex Hull algorithm in JavaScript.
* @author Brian Barnett, brian@3kb.co.uk, http://brianbar.net/ || http://3kb.co.uk/
* @version 1.0.4
* @version 1.0.5
*/
function ConvexHullGrahamScan() {
this.anchorPoint = undefined;
Expand Down

0 comments on commit 3274c71

Please sign in to comment.