diff --git a/README.md b/README.md index e4dd907..92d2921 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/shard.yml b/shard.yml index 5569c7e..7beeeec 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: geo_coord -version: 0.2.1 +version: 0.2.2 dependencies: haversine: diff --git a/src/geo_coord.cr b/src/geo_coord.cr index 510188d..1cfffc8 100644 --- a/src/geo_coord.cr +++ b/src/geo_coord.cr @@ -1,6 +1,6 @@ module Geo class Coord - VERSION = "0.2.1" + VERSION = "0.2.2" getter :lat getter :lng