Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mamantoha committed Jun 15, 2020
1 parent 6601f88 commit 2091fcf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: convex_hull
version: 0.1.0
version: 0.2.0

authors:
- Anton Maminov <[email protected]>

crystal: 0.32.0-dev
- Anton Maminov <[email protected]>

license: MIT
2 changes: 1 addition & 1 deletion src/convex_hull.cr
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require "./convex_hull/jarvis_march"
require "./convex_hull/graham_scan"

module ConvexHull
VERSION = "0.1.0"
VERSION = "0.2.0"

alias Number = Int32 | Float32 | Float64
end

0 comments on commit 2091fcf

Please sign in to comment.