Skip to content

Commit

Permalink
v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mamantoha committed Jun 15, 2020
1 parent 3a25185 commit 0cf0ad9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: geo
version: 0.6.0
version: 0.6.1

dependencies:
haversine:
Expand All @@ -10,6 +10,4 @@ dependencies:
authors:
- Anton Maminov <anton.maminov@gmail.com>

crystal: 0.33.0

license: MIT
2 changes: 1 addition & 1 deletion src/geo.cr
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ require "./geo/coord"
require "./geo/polygon"

module Geo
VERSION = "0.6.0"
VERSION = "0.6.1"
end

0 comments on commit 0cf0ad9

Please sign in to comment.