Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mamantoha committed Jan 16, 2021
1 parent 92c5436 commit 3722ffd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2019 Anton Maminov
Copyright (c) 2019-2021 Anton Maminov

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: convex_hull
version: 0.2.0
version: 0.2.1

authors:
- Anton Maminov <anton.maminov@gmail.com>
Expand Down
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.2.0"
VERSION = {{ `shards version #{__DIR__}`.chomp.stringify }}

alias Number = Int32 | Float32 | Float64
end

0 comments on commit 3722ffd

Please sign in to comment.