Skip to content

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mamantoha committed Nov 9, 2019
1 parent d07e747 commit b1097bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ c.strfcoord(%{%latd %latm' %lats" %lath, %lngd %lngm' %lngs" %lngh})

### Formatting

Formats coordinates according to directives in `formatstr`.
Formats coordinates according to directives.

Each directive starts with `%` and can contain some modifiers before its name.

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: geo_coord
version: 0.2.1
version: 0.2.2

dependencies:
haversine:
Expand Down
2 changes: 1 addition & 1 deletion src/geo_coord.cr
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Geo
class Coord
VERSION = "0.2.1"
VERSION = "0.2.2"

getter :lat
getter :lng
Expand Down

0 comments on commit b1097bb

Please sign in to comment.